Created
August 14, 2017 06:49
-
-
Save rusrushal13/e52263d232e65adf0dd5d4f4d257f9ec to your computer and use it in GitHub Desktop.
my updation script
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/bash | |
# My update script | |
clear | |
sudo apt-get update && sudo apt-get upgrade -y && sudo apt full-upgrade -y | |
sudo apt autoremove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment