mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 03:02:53 +01:00
deb-update.bash: move comment to section it applies to
This commit is contained in:
parent
5d9780f85c
commit
c2c1862dfc
@ -81,6 +81,8 @@ if hash snap 2>/dev/null; then
|
|||||||
# if they have auto-refreshed
|
# if they have auto-refreshed
|
||||||
snap changes
|
snap changes
|
||||||
fi
|
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
|
if hash pkcon 2>/dev/null; then
|
||||||
# So PackageKit using KDE Plasma and possibly GNOME stop alerting about
|
# 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
|
apt-file update
|
||||||
fi
|
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
|
if hash needrestart 2>/dev/null; then
|
||||||
# needrestart batch mode, should be visible on bottom of scrollback
|
# needrestart batch mode, should be visible on bottom of scrollback
|
||||||
# see https://github.com/liske/needrestart/blob/master/README.batch.md
|
# see https://github.com/liske/needrestart/blob/master/README.batch.md
|
||||||
|
Loading…
Reference in New Issue
Block a user