Created
October 24, 2017 12:50
-
-
Save prabhatkashyap/2f13f8cbe2178857beb2e6435673aef3 to your computer and use it in GitHub Desktop.
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
| #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