Last active
February 21, 2018 15:34
-
-
Save Vitre/847f7cf03bec115a1c5d2610377577a2 to your computer and use it in GitHub Desktop.
apt upgrade
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
echo '#upgrade' && sudo apt-get autoremove -y && sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get autoremove -y && read -p "Reboot (y/n)?" CONT && [ "$CONT" = "y" ] && sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment