Skip to content

Instantly share code, notes, and snippets.

@ksophocleous
Created June 3, 2014 07:57
Show Gist options
  • Save ksophocleous/5810ea70244c806ee108 to your computer and use it in GitHub Desktop.
Save ksophocleous/5810ea70244c806ee108 to your computer and use it in GitHub Desktop.
kickstart_instance
#!/bin/bash
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y build-essential fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment