Improve the 'next step' line

This commit is contained in:
Markus Fleschutz
2021-09-19 19:09:33 +02:00
parent c95f594c29
commit ece4ccd64d
9 changed files with 30 additions and 34 deletions

View File

@ -17,16 +17,16 @@ try {
$StopWatch = [system.diagnostics.stopwatch]::startNew()
if ($IsLinux) {
"Step 1/4: Loading update infos..."
"👉 Step 1/4: Loading update infos..."
sudo apt update
"Step 2/4: Installing updates..."
"👉 Step 2/4: Installing updates..."
sudo apt upgrade
"Step 3/4: Removing obsolete packages..."
"👉 Step 3/4: Removing obsolete packages..."
sudo apt autoremove
"Step 4/4: Refreshing snap packages..."
"👉 Step 4/4: Refreshing snap packages..."
sudo snap refresh
} else {
"Sorry, not supported yet"