„autoupdate.yml“ ändern
This commit is contained in:
parent
f42465faa8
commit
29dffd0e5b
@ -56,6 +56,7 @@
|
||||
g_echo_warn "Systemupdate wird eingespielt: $(cat $g_tmp/sys-updatelist)"
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -yy dist-upgrade | sed -e "s/'/'\\\\''/g; 1s/^/'/; \$s/\$/'/" | tee $g_tmp/sys-update || g_echo_error "apt-get -yy dist-upgrade failed $($g_tmp/sys-update)"
|
||||
DEBIAN_FRONTEND=noninteractive needrestart -b -r a | egrep -q "^NEEDRESTART-KSTA: [2|3]" && g_echo_warn "Server Reboot benötigt"
|
||||
g_echo_warn $(DEBIAN_FRONTEND=noninteractive apt-get -yy auroremove 2>&1 | egrep -A10 "^The following packages will be REMOVED:")
|
||||
fi
|
||||
[ -x /usr/bin/flatpak ] && flatpak update --system --noninteractive --force-remove
|
||||
backup: yes
|
||||
|
Loading…
Reference in New Issue
Block a user