projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf887fd
)
added upgrade before dist-upgrade
author
Fred T. Hamster
<fred@gruntose.com>
Sun, 29 Sep 2024 01:36:17 +0000
(21:36 -0400)
committer
Fred 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
patch
|
blob
|
history
diff --git
a/scripts/system/naive_system_updater.sh
b/scripts/system/naive_system_updater.sh
index 7be9d658f0a71426f00040af37be3f81652a702d..2a786ca0fbb86bfbe8a397bc6c1d0c1e3ed3e742 100644
(file)
--- 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 "\