- echo "\nUpdate on: $(date)\n"
- echo 'Update the packages list\n'
- sudo apt-get update --yes
- echo '\nUpgrade to latest package version\n'
- sudo apt-get upgrade --yes
- echo '\nUpgrade the distribution\n'
- sudo apt-get dist-upgrade --yes
- echo '\nCleanup\n'
- sudo apt-get autoremove --yes
- sudo apt-get autoclean --yes
- sudo apt-get clean --yes
- sudo apt-get install -f
SHARE
TWEET
Untitled
a guest
Aug 19th, 2015
173
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
