2012-07-01 19:17:37 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2012-12-04 15:11:27 +01:00
|
|
|
version=phantomjs-1.8.1-linux-i686
|
2012-07-01 19:17:37 +01:00
|
|
|
wget http://phantomjs.googlecode.com/files/$version.tar.bz2
|
|
|
|
tar xjf $version.tar.bz2
|
2012-10-05 22:53:46 +01:00
|
|
|
mv $version phantomjs
|