We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0b6c5 commit 22f6746Copy full SHA for 22f6746
Boxstarter.Chocolatey/Init-Settings.ps1
@@ -7,4 +7,4 @@ if($BoxStarter.LocalRepo.StartsWith("$env:windir")) {
7
if(!(Test-Path $BoxStarter.LocalRepo)) { mkdir $BoxStarter.LocalRepo | Out-Null }
8
}
9
$Boxstarter.NugetSources=$config.NugetSources
10
-$Boxstarter.RebootOk=$true
+if(!$Boxstarter.ContainsKey('RebootOk')) { $Boxstarter.RebootOk=$true }
BuildScripts/releaseNotes.xml
@@ -1,4 +1,5 @@
1
<releaseNotes>
2
+- Persist RebootOk setting in nested installs
3
- Suppress bogus Invalid Namespace errors
4
- Added ability to configure "Expand to open folder" in Set-WindowsExplorerOptions
5
- Added ability to configure QuickAccess options in Set-WindowsExplorerOption
0 commit comments