Skip to content

Instantly share code, notes, and snippets.

@grigio
Created August 2, 2013 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save grigio/6138263 to your computer and use it in GitHub Desktop.
Save grigio/6138263 to your computer and use it in GitHub Desktop.
Install phantomjs via bash, because a compatible deb or ppa for Ubuntu 12.04 are missing :(
wget https://phantomjs.googlecode.com/files/phantomjs-1.9.1-linux-i686.tar.bz2 # currently latest
tar xjf phantomjs-1.9.1-linux-i686.tar.bz2
cd /usr/local/share/
ln -s phantomjs-1.9.1-linux-i686 phantomjs
sudo ln -s /usr/local/share/phantomjs/bin/phantomjs /usr/bin/phantomjs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment