mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
6 lines
155 B
Bash
Executable file
6 lines
155 B
Bash
Executable file
#!/bin/bash
|
|
|
|
version=phantomjs-1.8.1-linux-i686
|
|
wget http://phantomjs.googlecode.com/files/$version.tar.bz2
|
|
tar xjf $version.tar.bz2
|
|
mv $version phantomjs
|