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 11# 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 .
33
44
55* Run in Terminal:* ` sh SimpleSystemUpdate.sh `
Original file line number Diff line number Diff line change 22
33# -------------------------------------------------------------------
44# FILE NAME: SimpleSystemUpdate.sh
5- # VERSION: 2.0 .0
6- # RELEASED: 27 -APR-2020
5+ # VERSION: 2.1 .0
6+ # RELEASED: 30 -APR-2020
77# URL: https://github.com/laidbackcoder/Simple-System-Update
88# -------------------------------------------------------------------
99
10+
1011clear
1112
13+
1214echo " \e[1;32m "
1315echo " SIMPLE"
1416echo " _____ _____ _____ ___ __ __ _ _ ___ ___ _ _____ ___ "
1517echo " / __\\ \\ / / __|_ _| __| \\ / | | | | | _ \\ \\ /_\\ _ _| __|"
1618echo " \\ __ \\\\ \ V /\\ __ \\ | | | _|| |\\ /| | | |_| | _/ |) / _ \\ | | | _| "
1719echo " |___/ |_| |___/ |_| |___|_| |_| \\ ___/|_| |___/_/ \\ _\\ _| |___|"
1820echo " "
19- echo " VERSION: 2.0 .0 (27 -APR-2020)"
21+ echo " VERSION: 2.1 .0 (30 -APR-2020)"
2022
2123
2224# ----------------------------------
@@ -59,11 +61,21 @@ sudo apt-get autoremove
5961
6062
6163# ----------------------------------
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
6374#
6475# NOTE: The current version needs
6576# to be up-to-date before the OS
66- # version can be upgraded.
77+ # version can be upgraded - i.e.
78+ # steps 1-3.
6779# ----------------------------------
6880echo " \e[1;34m"
6981echo " \nUpgrading OS Version..."
You can’t perform that action at this time.
0 commit comments