added upgrade before dist-upgrade
authorFred T. Hamster <fred@gruntose.com>
Sun, 29 Sep 2024 01:36:17 +0000 (21:36 -0400)
committerFred T. Hamster <fred@gruntose.com>
Sun, 29 Sep 2024 01:36:17 +0000 (21:36 -0400)
sometimes the upgrade is needed first, especially seen after a faulty upgrade to ubuntu noble.

scripts/system/naive_system_updater.sh

index 7be9d658f0a71426f00040af37be3f81652a702d..2a786ca0fbb86bfbe8a397bc6c1d0c1e3ed3e742 100644 (file)
@@ -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 "\