Last active
March 3, 2016 13:03
-
-
Save fuzzy76/e0209a02466a91e2d562 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| apt-get -y update | |
| apt-get -y dist-upgrade | |
| apt-get -y autoremove | |
| apt-get -y autoclean | |
| cat /var/run/reboot-required |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment