X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Fnaive_system_updater.sh;fp=scripts%2Fsystem%2Fnaive_system_updater.sh;h=b15d0efef2cb9905869811af115eb70faed09acb;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=0000000000000000000000000000000000000000;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/scripts/system/naive_system_updater.sh b/scripts/system/naive_system_updater.sh new file mode 100644 index 00000000..b15d0efe --- /dev/null +++ b/scripts/system/naive_system_updater.sh @@ -0,0 +1,10 @@ + +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" + +sudo apt-get update -y +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" +test_or_die "problem while doing 'apt-get dist-upgrade'" + +