Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / system / naive_system_updater.sh
diff --git a/scripts/system/naive_system_updater.sh b/scripts/system/naive_system_updater.sh
new file mode 100644 (file)
index 0000000..b15d0ef
--- /dev/null
@@ -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'"
+
+