Update Befehl angepasst. Änderungen an OO config.

This commit is contained in:
2023-02-11 08:56:05 +01:00
parent fee4a81247
commit 844d76b311
2 changed files with 14 additions and 20 deletions

View File

@@ -8,9 +8,9 @@ function allupdates {
Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -IgnoreReboot
# ooshutup10 ausführen. Manchmal werden settings nach Windos updates zurückgesetzt
Write-Host "Spiele aktuelle OOSHUTUP10 config ein... " -ForegroundColor Blue
Set-Location ~/.winconfig ; ./OOSU10.exe configs/ooshutup10/ooshutup10.cfg /quiet
Set-Location $HOME/.winconfig ; ./OOSU10.exe configs/ooshutup10/ooshutup10.cfg /quiet
Write-Host "Ziehe aktuelle winconfig von git..." -ForegroundColor Blue
git -C ~\.winconfig pull
Set-Location $HOME/.winconfig ; git pull
Write-Host "Update aller Powershell Module..." -ForegroundColor Blue
Write-Host -ForegroundColor Blue 'Get all PowerShell modules'
function Remove-OldPowerShellModules {