Sha256: 0a17cd2e43cd3270facdc36cdf6bb40800e9550696e9e8d20e50b0a11ecb46f4
Contents?: true
Size: 386 Bytes
Versions: 4
Compression:
Stored size: 386 Bytes
Contents
#! /bin/bash echo "Installing phantom js 64 bit" sudo apt-get install fontconfig wget https://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-x86_64.tar.bz2 bunzip2 phantomjs-1.9.0-linux-x86_64.tar.bz2 tar -xf phantomjs-1.9.0-linux-x86_64.tar sudo mv phantomjs-1.9.0-linux-x86_64/bin/phantomjs /usr/bin/ rm phantomjs-1.9.0-linux-x86_64.tar phantomjs-1.9.0-linux-x86_64/ -rf
Version data entries
4 entries across 4 versions & 1 rubygems