Update manuals

This commit is contained in:
Markus Fleschutz
2021-10-17 11:56:55 +02:00
parent a37194f57c
commit eed0b14b0e
250 changed files with 515 additions and 264 deletions

View File

@ -17,16 +17,16 @@ try {
$StopWatch = [system.diagnostics.stopwatch]::startNew()
if ($IsLinux) {
"⏳ Fetching update infos for installed Debian packages (step 1/4)..."
"⏳ Fetching update infos for installed Debian packages [step 1/4]..."
& sudo apt update
"⏳ Upgrading installed Debian packages (step 2/4)..."
"⏳ Upgrading installed Debian packages [step 2/4]..."
& sudo apt upgrade --yes
"⏳ Removing obsolete Debian packages (step 3/4)..."
"⏳ Removing obsolete Debian packages [step 3/4]..."
& sudo apt autoremove --yes
"⏳ Upgrading installed Snap packages (step 4/4)..."
"⏳ Upgrading installed Snap packages [step 4/4]..."
& sudo snap refresh
} else {
"Sorry, not supported yet"