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
2013-01-25 17:46:40 +01:00

6 lines
155 B
Bash
Executable file

#!/bin/bash
version=phantomjs-1.8.1-linux-i686
wget http://phantomjs.googlecode.com/files/$version.tar.bz2
tar xjf $version.tar.bz2
mv $version phantomjs