Created
July 19, 2016 11:46
-
-
Save fernandojunior/b57b63270015e554e7474bc1022970f9 to your computer and use it in GitHub Desktop.
update 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 upgrade | |
sudo apt-get install software-properties-common -y | |
sudo apt-get install python-software-properties -y | |
sudo apt-get install build-essential -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment