Skip to content

Instantly share code, notes, and snippets.

@d6rkaiz
Created February 25, 2012 07:53
Show Gist options
  • Save d6rkaiz/1907279 to your computer and use it in GitHub Desktop.
Save d6rkaiz/1907279 to your computer and use it in GitHub Desktop.
#!/bin/bash
export TERM=linux
export PATH=/usr/sbin:/usr/bin:/sbin:/bin
# SSH key
source recipes/ssh_key.sh $(cat attributes/ssh_key)
# Update apt catalog
sudo apt-get update
sudo apt-get -y upgrade
# set up git
sudo apt-get -y install git-core
sudo apt-get -y install nginx
sudo apt-get -y install build-essential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment