Skip to content

Instantly share code, notes, and snippets.

@prabhatkashyap
Created October 24, 2017 12:50
Show Gist options
  • Select an option

  • Save prabhatkashyap/2f13f8cbe2178857beb2e6435673aef3 to your computer and use it in GitHub Desktop.

Select an option

Save prabhatkashyap/2f13f8cbe2178857beb2e6435673aef3 to your computer and use it in GitHub Desktop.
#64-bit, v. 1.9.1
wget http://phantomjs.googlecode.com/files/phantomjs-1.9.1-linux-x86_64.tar.bz2
#32-bit, v. 1.9.1
wget http://phantomjs.googlecode.com/files/phantomjs-1.9.1-linux-i686.tar.bz2
#Unpack the tarball!
#64-bit, v. 1.9.1
tar -xvf phantomjs-1.9.1-linux-x86_64.tar.bz2
#32-bit, v. 1.9.1
tar -xvf phantomjs-1.9.1-linux-i686.tar.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment