Skip to content

Instantly share code, notes, and snippets.

@bolthar
bolthar / fresh_install.sh
Created October 20, 2009 14:37
Fresh install base script
#!/bin/sh
ssh-keygen
cat .ssh/id_rsa.pub
echo "Waiting for you to add keys..."
read dummy
sudo apt-get update
sudo apt-get install ruby -y
sudo apt-get install ruby1.8-dev -y
sudo apt-get install ruby1.9 -y
sudo apt-get install ruby1.9-dev -y