Last active
December 23, 2015 01:58
-
-
Save flomotlik/6563464 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
| mkdir .casperjs | |
| cd .casperjs | |
| wget --retry-connrefused -q -O - https://codeload.github.com/n1k0/casperjs/legacy.zip/1.1-beta1 > casperjs.zip | |
| unzip casperjs.zip | |
| mv n1k0-casperjs*/* ./ | |
| cd .. | |
| # Add .casperjs to the beginning of the path so it takes 1.1-beta1 | |
| export PATH=/home/rof/clone/.casperjs/bin:$PATH | |
| # You can now either call casperjs directly or do | |
| ./.casperjs/bin/casperjs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment