You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Set the file to executable then run it with sudo as outlined below to update you
6
6
7
7
This project is in GitHub and can be found [here](https://github.com/TedLeRoy/ubuntu-update.sh)
8
8
9
+
Similar results can be obtained by simply running `sudo apt update && sudo apt upgrade -y && sudo apt full-upgrade -y && sudo apt autoremove -y` so this is as much an exercise in simple bash scripting concepts as anything.
10
+
9
11
### Background
10
12
11
13
I maintain several individual Ubuntu 16.04 Long Term Support (LTS) Servers and found myself typing `sudo apt update && sudo apt upgrade -y && sudo apt full-upgrade -y` often.
0 commit comments