Advertisement
wipersonal

[ubuntu] install updates via one command-line

Sep 12th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. Execute all the commands by typing once:
  2. sudo -- sh -c 'apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y; apt-get autoclean -y'
  3.  
  4. saved by: admin@buiductrong.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement