Last active
September 7, 2017 20:10
-
-
Save zoozalp/a612a969668f689e1a1177063c596a01 to your computer and use it in GitHub Desktop.
nano ~/.bashrc
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
update() { | |
sudo apt-get -y update | |
sudo apt-get -y upgrade | |
sudo apt-get -y dist-upgrade | |
sudo apt-get -y autoremove | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment