1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00
teampoltergeist--poltergeist/ci/install_phantomjs
2012-10-05 00:36:53 +01:00

6 lines
202 B
Bash
Executable file

#!/bin/bash
version=phantomjs-1.7.0-linux-i686-dynamic
wget http://phantomjs.googlecode.com/files/$version.tar.bz2
tar xjf $version.tar.bz2
ln -fs `pwd`/$version/bin/phantomjs /usr/local/bin/phantomjs