From: Bill Erickson Date: Tue, 18 Oct 2016 15:23:10 +0000 (-0400) Subject: OS updates apply autoremove first X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e82c723ece6e658a121ea3bf4665fcad2277c1c3;p=working%2FEvergreen.git OS updates apply autoremove first Experiment running 'autoremove' before 'dist-upgrade' to avoid occaisonal problems with botched grub installs leading to un-bootable servers. Signed-off-by: Bill Erickson --- diff --git a/KCLS/admin-scripts/os-update.sh b/KCLS/admin-scripts/os-update.sh index 7174d661a7..1b86d08540 100755 --- a/KCLS/admin-scripts/os-update.sh +++ b/KCLS/admin-scripts/os-update.sh @@ -3,8 +3,8 @@ DO_REBOOT="" apt-get update; -apt-get -y dist-upgrade; apt-get -y autoremove; +apt-get -y dist-upgrade; echo "" echo "--"