We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b101f2 commit 4a11d4bCopy full SHA for 4a11d4b
1 file changed
SimpleSystemUpdate.sh
@@ -2,8 +2,8 @@
2
3
#-------------------------------------------------------------------
4
# FILE NAME: SimpleSystemUpdate.sh
5
-# VERSION: 1.0.0
6
-# RELEASED: 03-APR-2020
+# VERSION: 2.0.0
+# RELEASED: 27-APR-2020
7
# URL: https://github.com/laidbackcoder/Simple-System-Update
8
9
@@ -56,3 +56,16 @@ echo "\e[1;34m"
56
echo "\nRemoving Unused Packages..."
57
echo "\e[0m"
58
sudo apt-get autoremove
59
+
60
61
+#----------------------------------
62
+# 5. Upgrade OS Version
63
+#
64
+# NOTE: The current version needs
65
+# to be up-to-date before the OS
66
+# version can be upgraded.
67
68
+echo "\e[1;34m"
69
+echo "\nUpgrading OS Version..."
70
+echo "\e[0m"
71
+sudo do-release-upgrade
0 commit comments