Skip to content

Commit

Permalink
Fixes startup-class#2 to substitute git and emacs24-nox.
Browse files Browse the repository at this point in the history
  • Loading branch information
balajis committed Jul 18, 2013
1 parent fd3683c commit 34df04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Install nvm: node-version manager
# https://github.com/creationix/nvm
sudo apt-get install -y git-core
sudo apt-get install -y git
sudo apt-get install -y curl
curl https://raw.github.com/creationix/nvm/master/install.sh | sh

Expand All @@ -25,7 +25,7 @@ sudo apt-get install -y rlwrap
# https://launchpad.net/~cassou/+archive/emacs
sudo apt-add-repository -y ppa:cassou/emacs
sudo apt-get -qq update
sudo apt-get install -y emacs24 emacs24-el emacs24-common-non-dfsg
sudo apt-get install -y emacs24-nox emacs24-el emacs24-common-non-dfsg

# Install Heroku toolbelt
# https://toolbelt.heroku.com/debian
Expand Down

0 comments on commit 34df04b

Please sign in to comment.