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

6 lines
179 B
Text
Raw Normal View History

#!/bin/bash
2012-01-09 23:27:25 +00:00
wget http://phantomjs.googlecode.com/files/phantomjs-1.4.1-linux-x86-dynamic.tar.gz
2012-01-10 00:25:16 +00:00
tar xzf phantomjs-*.tar.gz
2012-01-09 23:27:25 +00:00
ln -s phantomjs/bin/phantomjs /usr/local/bin/phantomjs