mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
8 lines
156 B
Bash
8 lines
156 B
Bash
#!/bin/bash
|
|
|
|
apt-get install libqtwebkit-dev -y
|
|
git clone git://github.com/ariya/phantomjs.git
|
|
cd phantomjs
|
|
qmake-qt4
|
|
make
|
|
cp bin/phantomjs /usr/local/bin/
|