Sha256: f5389cec8dd09407b380668508523e1f08d504ca01c1f2fa1b23afe456b4b8d9
Contents?: true
Size: 157 Bytes
Versions: 45
Compression:
Stored size: 157 Bytes
Contents
#!/bin/bash version=phantomjs-1.8.1-linux-i686 cd wget http://phantomjs.googlecode.com/files/$version.tar.bz2 tar xjf $version.tar.bz2 mv $version phantomjs
Version data entries
45 entries across 45 versions & 2 rubygems