Silence unnecessary output

This commit is contained in:
Manuel Thalmann 2024-08-06 17:07:57 +02:00
parent faeac1fdb9
commit 7df03b263b

View file

@ -17,7 +17,7 @@ Start-SoftwareInstaller @PSBoundParameters `
} ` } `
-Configurator { -Configurator {
$nativeProfile = powershell -c '$PROFILE'; $nativeProfile = powershell -c '$PROFILE';
New-Item -Force $nativeProfile; $null = New-Item -Force $nativeProfile;
choco install -y --force chocolatey; choco install -y --force chocolatey;
Copy-Item -Force $nativeProfile $PROFILE; Copy-Item -Force $nativeProfile $PROFILE;