From: Fred T. Hamster Date: Sun, 29 Sep 2024 01:36:17 +0000 (-0400) Subject: added upgrade before dist-upgrade X-Git-Tag: 2.140.188^2~4 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=c89ec0c2b85e1dacc9b65066de0cc8384a14b97b;p=feisty_meow.git added upgrade before dist-upgrade sometimes the upgrade is needed first, especially seen after a faulty upgrade to ubuntu noble. --- diff --git a/scripts/system/naive_system_updater.sh b/scripts/system/naive_system_updater.sh index 7be9d658..2a786ca0 100644 --- a/scripts/system/naive_system_updater.sh +++ b/scripts/system/naive_system_updater.sh @@ -2,7 +2,10 @@ source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" sudo apt update -y -exit_on_error "problem while doing 'apt update'" +exit_on_error "problem while doing 'apt update -y'" + +sudo apt upgrade -y +exit_on_error "problem while doing 'apt upgrade -y'" # newest magic to tell dpkg to go with existing config files and force non-interactive version. sudo bash -c "\