X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Fnaive_system_updater.sh;h=a6d65e969a1aff476929515b277b2f320fd579c7;hb=4449adcb354c8617994a11ee1d62f1f642764fa5;hp=08cd526647dad3869d960888c92a576542cfdc68;hpb=328a5c53f1329b16ad86f7bcdd8de3d843637419;p=feisty_meow.git diff --git a/scripts/system/naive_system_updater.sh b/scripts/system/naive_system_updater.sh index 08cd5266..a6d65e96 100644 --- a/scripts/system/naive_system_updater.sh +++ b/scripts/system/naive_system_updater.sh @@ -2,9 +2,9 @@ source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" sudo apt-get update -y -check_result "problem while doing 'apt-get update'" +test_or_fail "problem while doing 'apt-get update'" # new magic to tell dpkg to go with existing config files. let's see if it works! sudo apt-get dist-upgrade -y -o Dpkg::Options::="--force-confold" -check_result "problem while doing 'apt-get dist-upgrade'" +test_or_fail "problem while doing 'apt-get dist-upgrade'"