Skip to content

Instantly share code, notes, and snippets.

View salimkayabasi's full-sized avatar
🎯
Representy ⚡️

Salim KAYABASI salimkayabasi

🎯
Representy ⚡️
View GitHub Profile
@salimkayabasi
salimkayabasi / phantomjs_intaller.sh
Last active February 19, 2016 13:24 — forked from wbotelhos/phantomjs_intaller.sh
Installing PhantomJS 2.1.1 on Ubuntu x64/x86
#!/bin/bash
sudo apt-get remove phantomjs
sudo unlink /usr/local/bin/phantomjs
sudo unlink /usr/local/share/phantomjs
sudo unlink /usr/bin/phantomjs
cd /usr/local/share