Guest User

updateautomagico

a guest
Dec 21st, 2010
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.40 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. #simple script written in bash for upgrading overall system, released under the GPL.
  4.  
  5. #version 0.3 [christmas edition]
  6.  
  7. #for questions or requests contact me at picchiopc[@]gmail.com
  8.  
  9. echo "Thank you for using updateautomagico and Happy New Year 8)"
  10.  
  11. sudo apt-get install aptitude -y
  12.  
  13. sudo aptitude update
  14.  
  15. sudo aptitude safe-upgrade -y
  16.  
  17. sudo aptitude dist-upgrade -y
  18.  
  19. exit
Advertisement
Add Comment
Please, Sign In to add comment