Skip to content

Instantly share code, notes, and snippets.

View jdrda's full-sized avatar

Jan Drda jdrda

View GitHub Profile
@jdrda
jdrda / install.sh
Created June 15, 2019 17:06 — forked from mickaelandrieu/install.sh
Install phantomjs/casperjs on GNU/Linux
#!/bin/bash
# `` sudo sh install.sh ``
# Developement environnement
# Important: use 'i686' instead of 'x86_64'
#
# For stable environnement see also : https://gist.github.com/mickaelandrieu/6312724
echo Installation de Phantomjs
cd /usr/local/share
sudo wget https://phantomjs.googlecode.com/files/phantomjs-1.9.2-linux-x86_64.tar.bz2