Unser POSH_THEME
variable during installation
This commit is contained in:
parent
3d10553d9a
commit
0817849ef1
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ function Invoke-WindowsInstallation([Context] $context)
|
|||
|
||||
function Start-WindowsInstallation([Context] $context) {
|
||||
$finished = $false;
|
||||
Remove-Item Env:\POSH_THEME;
|
||||
$configPath = "$PSScriptRoot/../Config";
|
||||
$softwarePath = "$PSScriptRoot/../Software";
|
||||
$initialConfigStage = "InitialConfiguration";
|
||||
|
|
Loading…
Reference in a new issue