mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-05 10:02:21 +01:00
Update list-updates.ps1
This commit is contained in:
parent
ccfc7cca91
commit
f683a2226e
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
if ($IsLinux) {
|
if ($IsLinux) {
|
||||||
"⏳ (1/4) Querying updates for installed Debian packages..."
|
Write-Host "⏳ Querying available updates..."
|
||||||
& sudo apt update
|
& sudo apt update
|
||||||
} else {
|
} else {
|
||||||
Write-Progress "⏳ Querying available updates..."
|
Write-Progress "⏳ Querying available updates..."
|
||||||
|
Loading…
Reference in New Issue
Block a user