Created
August 2, 2013 08:13
-
-
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 :(
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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