-
-
Save scmrus/9767e9c68ce97ed0ec125e701d74ad10 to your computer and use it in GitHub Desktop.
Auto update and upgrade Ubuntu
This file contains 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 | |
sudo apt-get update && sudo apt-get -y upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment