Created
February 1, 2016 17:40
-
-
Save threeaccents/c5b5c3eba075fe260526 to your computer and use it in GitHub Desktop.
Install phantomjs 2 on ubunutu server
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
#!/bin/bash | |
wget https://github.com/Pyppe/phantomjs2.0-ubuntu14.04x64/raw/master/bin/phantomjs | |
sudo chmod 755 phantomjs | |
sudo mv phantomjs /usr/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment