Skip to content

Instantly share code, notes, and snippets.

@threeaccents
Created February 1, 2016 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save threeaccents/c5b5c3eba075fe260526 to your computer and use it in GitHub Desktop.
Save threeaccents/c5b5c3eba075fe260526 to your computer and use it in GitHub Desktop.
Install phantomjs 2 on ubunutu server
#!/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