Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fernandojunior/b57b63270015e554e7474bc1022970f9 to your computer and use it in GitHub Desktop.
Save fernandojunior/b57b63270015e554e7474bc1022970f9 to your computer and use it in GitHub Desktop.
update upgrade ubuntu
#! /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