Silence unnecessary output
This commit is contained in:
parent
faeac1fdb9
commit
7df03b263b
|
@ -17,7 +17,7 @@ Start-SoftwareInstaller @PSBoundParameters `
|
|||
} `
|
||||
-Configurator {
|
||||
$nativeProfile = powershell -c '$PROFILE';
|
||||
New-Item -Force $nativeProfile;
|
||||
$null = New-Item -Force $nativeProfile;
|
||||
choco install -y --force chocolatey;
|
||||
Copy-Item -Force $nativeProfile $PROFILE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue