Debug fix

This commit is contained in:
2022-12-31 16:02:49 +01:00
parent a6c8c2373f
commit 40b0bd081a
2 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ function Update {
Write-Host "Installiere Windows Updates..."
Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -IgnoreReboot
# ooshutup10 ausführen. Manchmal werden settings nach Windos updates zurückgesetzt
./OOSU10.exe $HOME/.winconfig/ooshutup10/ooshutup10.cfg /quiet
~/.winconfig/OOSU10.exe $HOME/.winconfig/ooshutup10/ooshutup10.cfg /quiet
Write-Host "Update aller Powershell Module..."
Write-Host -ForegroundColor Cyan 'Get all PowerShell modules'
function Remove-OldPowerShellModules {