Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #simple script written in bash for upgrading overall system, released under the GPL.
- #version 0.3 [christmas edition]
- #for questions or requests contact me at picchiopc[@]gmail.com
- echo "Thank you for using updateautomagico and Happy New Year 8)"
- sudo apt-get install aptitude -y
- sudo aptitude update
- sudo aptitude safe-upgrade -y
- sudo aptitude dist-upgrade -y
- exit
Advertisement
Add Comment
Please, Sign In to add comment