File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 22
33# -------------------------------------------------------------------
44# FILE NAME: SimpleSystemUpdate.sh
5- # VERSION: 1 .0.0
6- # RELEASED: 03 -APR-2020
5+ # VERSION: 2 .0.0
6+ # RELEASED: 27 -APR-2020
77# URL: https://github.com/laidbackcoder/Simple-System-Update
88# -------------------------------------------------------------------
99
@@ -56,3 +56,16 @@ echo "\e[1;34m"
5656echo " \nRemoving Unused Packages..."
5757echo " \e[0m"
5858sudo 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
You can’t perform that action at this time.
0 commit comments