Skip to content

Instantly share code, notes, and snippets.

@gingray
Last active August 29, 2015 14:23
Show Gist options
  • Save gingray/1edd4f1e2d60388de252 to your computer and use it in GitHub Desktop.
Save gingray/1edd4f1e2d60388de252 to your computer and use it in GitHub Desktop.
Actions for first system deploy
#add sudo if it wasn't present
apt-get install sudo
#add devops user
adduser devops
adduser devops sudo
#update && upgrade system
sudo apt-get update
sudo apt-get upgrade
#ERROR: cannot verify www.opscode.com's certificate thats mean tha u have to update certificates
sudo apt-get install --reinstall ca-certificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment