Winfetch config hinzugefuegt
This commit is contained in:
10
install.ps1
10
install.ps1
@@ -104,7 +104,15 @@ do {
|
||||
if ($decision -eq 0) {
|
||||
Install-Module -Name PSWindowsUpdate -Force
|
||||
}
|
||||
}
|
||||
}
|
||||
$decision = $Host.UI.PromptForChoice('Winfetch', 'Soll Winfetch eingerichtet werden?' , $choices, 1)
|
||||
if ($decision -eq 0) {
|
||||
Install-Script winfetch
|
||||
mkdir ~/.config/winfetch
|
||||
Copy-Item ~/.winconfig/config.ps1 ~/.config/winfetch
|
||||
Read-Host "Bitte das Terminal / Powershell neu starten damit Winfetch funktioniert."
|
||||
|
||||
}
|
||||
} '5' {
|
||||
Write-Host "Beginne mit dem Update aller Pakete..."
|
||||
winget upgrade --all --accept-package-agreements --accept-source-agreements
|
||||
|
||||
Reference in New Issue
Block a user