Skip to content

Commit

Permalink
Merge pull request kiranatama#6 from williamn/8cc77cd859d11e9e172494a…
Browse files Browse the repository at this point in the history
…aebcf899972571884
  • Loading branch information
williamn committed Oct 14, 2011
2 parents c15277e + 8cc77cd commit 043b1be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ubuntu
Expand Up @@ -3,10 +3,6 @@
echo "Checking for SSH key, generating one if it exists ..."
[[ -f ~/.ssh/id_rsa.pub ]] || ssh-keygen -t rsa

echo "Copying public key to clipboard. Paste it into your Github account ..."
[[ -f ~/.ssh/id_rsa.pub ]] && cat ~/.ssh/id_rsa.pub | xclip
open https://github.com/account/ssh

echo "Using apt-get to install OS packages so let's update it first ..."
sudo apt-get update -y

Expand All @@ -29,3 +25,4 @@ echo "Installing RVM (Ruby Version Manager) ..."
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version latest

bash < <(curl -s https://raw.github.com/thoughtbot/laptop/master/ruby)

0 comments on commit 043b1be

Please sign in to comment.