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

7 lines
155 B
Text
Raw Normal View History

2012-07-01 19:17:37 +01:00
#!/bin/bash
2012-12-04 15:11:27 +01:00
version=phantomjs-1.8.1-linux-i686
2012-07-01 19:17:37 +01:00
wget http://phantomjs.googlecode.com/files/$version.tar.bz2
tar xjf $version.tar.bz2
2012-10-05 22:53:46 +01:00
mv $version phantomjs