Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
Changed typo in line 26 apt-add-repository to add-apt-repository.
  • Loading branch information
ulfandpete committed Jul 22, 2013
1 parent 34df04b commit 94f98e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Expand Up @@ -23,7 +23,7 @@ sudo apt-get install -y rlwrap

# Install emacs24
# https://launchpad.net/~cassou/+archive/emacs
sudo apt-add-repository -y ppa:cassou/emacs
sudo add-apt-repository -y ppa:cassou/emacs
sudo apt-get -qq update
sudo apt-get install -y emacs24-nox emacs24-el emacs24-common-non-dfsg

Expand Down

0 comments on commit 94f98e2

Please sign in to comment.