mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-23 05:01:37 +01:00
Update install-updates.ps1
This commit is contained in:
parent
7688491d55
commit
5ce4f60d45
@ -29,10 +29,10 @@ try {
|
||||
& sudo snap refresh
|
||||
} else {
|
||||
"⏳ Step 1/2 - Fetching update infos..."
|
||||
winget upgrade
|
||||
& winget upgrade
|
||||
|
||||
"⏳ Step 2/2 - Upgrading applications..."
|
||||
winget upgrade --all
|
||||
"⏳ Step 2/2 - Upgrading apps..."
|
||||
& winget upgrade --all
|
||||
}
|
||||
|
||||
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
||||
|
Loading…
Reference in New Issue
Block a user