X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Fnaive_system_updater.sh;h=b15d0efef2cb9905869811af115eb70faed09acb;hb=1dd4619dfc181c82be9f05abe155d7c3aca689af;hp=08cd526647dad3869d960888c92a576542cfdc68;hpb=25005ff22c9f845ffffa682a903b0c0b8f76e28d;p=feisty_meow.git diff --git a/scripts/system/naive_system_updater.sh b/scripts/system/naive_system_updater.sh index 08cd5266..b15d0efe 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_die "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_die "problem while doing 'apt-get dist-upgrade'"