mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-15 19:21:04 +01:00
Update install-updates.ps1
This commit is contained in:
parent
0d99de3988
commit
9b14cbd30d
@ -15,7 +15,7 @@ try {
|
||||
$StopWatch = [system.diagnostics.stopwatch]::startNew()
|
||||
|
||||
if ($IsLinux) {
|
||||
"⏳ (1/4) Fetching update infos for installed Debian packages..."
|
||||
"⏳ (1/4) Querying updates for installed Debian packages..."
|
||||
& sudo apt update
|
||||
|
||||
"⏳ (2/4) Upgrading installed Debian packages..."
|
||||
@ -27,7 +27,7 @@ try {
|
||||
"⏳ (4/4) Upgrading installed Snap packages..."
|
||||
& sudo snap refresh
|
||||
} else {
|
||||
"⏳ (1/2) Fetching update infos..."
|
||||
"⏳ (1/2) Querying updates..."
|
||||
& winget upgrade
|
||||
|
||||
"⏳ (2/2) Upgrading apps..."
|
||||
|
Loading…
Reference in New Issue
Block a user