mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
6 lines
202 B
Bash
Executable file
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
|