From c2c1862dfcbb48430a9f22c47404bdd37def043b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 15 Jan 2023 14:47:41 +0200 Subject: [PATCH] deb-update.bash: move comment to section it applies to --- bash/deb-update.bash | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index b91f7ed..9cb761d 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -81,6 +81,8 @@ if hash snap 2>/dev/null; then # if they have auto-refreshed snap changes fi +# I don't have flatpak or snap going to background, because I often do +# ./deb-update.bash && poweroff if hash pkcon 2>/dev/null; then # So PackageKit using KDE Plasma and possibly GNOME stop alerting about @@ -94,9 +96,6 @@ if hash apt-file 2>/dev/null; then apt-file update fi -# I don't have flatpak or snap going to background, because I often do -# ./deb-update.bash && poweroff - if hash needrestart 2>/dev/null; then # needrestart batch mode, should be visible on bottom of scrollback # see https://github.com/liske/needrestart/blob/master/README.batch.md