From e82c723ece6e658a121ea3bf4665fcad2277c1c3 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 18 Oct 2016 11:23:10 -0400 Subject: [PATCH] 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 --- KCLS/admin-scripts/os-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "--" -- 2.11.0