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