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

@@ -42,7 +42,7 @@ A001 +
A002 + A002 +
A003 + A003 +
A004 + A004 +
A006 + A006 -
A005 + A005 +
P007 + P007 +
P036 + P036 +
@@ -92,6 +92,16 @@ P058 -
P059 - P059 -
P060 - P060 -
P061 - P061 -
P071 -
P072 -
P073 -
P074 -
P075 -
P076 -
P077 -
P078 -
P079 -
P080 -
P024 - P024 -
S001 + S001 +
S002 + S002 +
@@ -147,22 +157,6 @@ E005 -
E013 - E013 -
E014 - E014 -
E006 - E006 -
F002 +
F014 +
F015 +
F016 +
F001 +
F003 +
F004 +
F005 +
F007 +
F008 +
F009 +
F006 -
F010 -
F011 -
F012 -
F013 -
Y001 + Y001 +
Y002 + Y002 +
Y003 + Y003 +
@@ -222,5 +216,5 @@ M017 -
M018 - M018 -
M019 - M019 -
M020 + M020 +
M023 + M021 +
N001 - N001 -

View File

@@ -8,9 +8,9 @@ function allupdates {
Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -IgnoreReboot Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -IgnoreReboot
# ooshutup10 ausführen. Manchmal werden settings nach Windos updates zurückgesetzt # ooshutup10 ausführen. Manchmal werden settings nach Windos updates zurückgesetzt
Write-Host "Spiele aktuelle OOSHUTUP10 config ein... " -ForegroundColor Blue 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 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 "Update aller Powershell Module..." -ForegroundColor Blue
Write-Host -ForegroundColor Blue 'Get all PowerShell modules' Write-Host -ForegroundColor Blue 'Get all PowerShell modules'
function Remove-OldPowerShellModules { function Remove-OldPowerShellModules {