Skip to content

Commit 4a11d4b

Browse files
committed
v2.0 - Additional command to upgrade OS version
1 parent 9b101f2 commit 4a11d4b

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

SimpleSystemUpdate.sh

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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"
5656
echo "\nRemoving Unused Packages..."
5757
echo "\e[0m"
5858
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

Comments
 (0)