https://github.com/heikomamerow/update-all
Bash script with all the update commands for Ubuntu
https://github.com/heikomamerow/update-all
bash-script ubuntu
Last synced: about 1 month ago
JSON representation
Bash script with all the update commands for Ubuntu
- Host: GitHub
- URL: https://github.com/heikomamerow/update-all
- Owner: HeikoMamerow
- Created: 2016-08-16T22:25:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T18:54:28.000Z (over 1 year ago)
- Last Synced: 2024-11-16T19:32:19.310Z (over 1 year ago)
- Topics: bash-script, ubuntu
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# update-all
Bash script with all the update commands for Ubuntu.
This script will:
1. update the package list
2. upgrade new packages
3. autoremove old packages
...without asking _yes/no_. ;-)
##Howto
__Prepare:__
1. Put the file _update-all.sh_ on your Ubuntu desktop or server.
2. Change owner user and group of the script to root: ```sudo chown root:root update-all.sh```
3. Make the file executable: ```sudo chmod +x update-all.sh```
__Run:__
Open terminal where the file is and put: ```sudo ./update-all.sh```
__Have fun!__