mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
5 lines
180 B
Bash
Executable file
5 lines
180 B
Bash
Executable file
#!/bin/bash
|
|
|
|
wget http://phantomjs.googlecode.com/files/phantomjs-1.4.1-linux-x86-dynamic.tar.gz
|
|
tar xvzf phantomjs-*.tar.gz
|
|
ln -s phantomjs/bin/phantomjs /usr/local/bin/phantomjs
|