File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Simple System Update
2
- A simple Shell Script to Update Linux using 'apt-get' commands .
2
+ A simple Shell Script to Update the Ubuntu Linux Distro .
3
3
4
4
5
5
* Run in Terminal:* ` sh SimpleSystemUpdate.sh `
Original file line number Diff line number Diff line change 2
2
3
3
# -------------------------------------------------------------------
4
4
# FILE NAME: SimpleSystemUpdate.sh
5
- # VERSION: 2.0 .0
6
- # RELEASED: 27 -APR-2020
5
+ # VERSION: 2.1 .0
6
+ # RELEASED: 30 -APR-2020
7
7
# URL: https://github.com/laidbackcoder/Simple-System-Update
8
8
# -------------------------------------------------------------------
9
9
10
+
10
11
clear
11
12
13
+
12
14
echo " \e[1;32m "
13
15
echo " SIMPLE"
14
16
echo " _____ _____ _____ ___ __ __ _ _ ___ ___ _ _____ ___ "
15
17
echo " / __\\ \\ / / __|_ _| __| \\ / | | | | | _ \\ \\ /_\\ _ _| __|"
16
18
echo " \\ __ \\\\ \ V /\\ __ \\ | | | _|| |\\ /| | | |_| | _/ |) / _ \\ | | | _| "
17
19
echo " |___/ |_| |___/ |_| |___|_| |_| \\ ___/|_| |___/_/ \\ _\\ _| |___|"
18
20
echo " "
19
- echo " VERSION: 2.0 .0 (27 -APR-2020)"
21
+ echo " VERSION: 2.1 .0 (30 -APR-2020)"
20
22
21
23
22
24
# ----------------------------------
@@ -59,11 +61,21 @@ sudo apt-get autoremove
59
61
60
62
61
63
# ----------------------------------
62
- # 5. Upgrade OS Version
64
+ # 5. Update Snaps
65
+ # ----------------------------------
66
+ echo " \e[1;34m"
67
+ echo " \nUpdating Snaps..."
68
+ echo " \e[0m"
69
+ sudo snap refresh
70
+
71
+
72
+ # ----------------------------------
73
+ # 6. Upgrade OS Version
63
74
#
64
75
# NOTE: The current version needs
65
76
# to be up-to-date before the OS
66
- # version can be upgraded.
77
+ # version can be upgraded - i.e.
78
+ # steps 1-3.
67
79
# ----------------------------------
68
80
echo " \e[1;34m"
69
81
echo " \nUpgrading OS Version..."
You can’t perform that action at this time.
0 commit comments