Skip to content

Instantly share code, notes, and snippets.

View edvm's full-sized avatar
:shipit:
FLDSMDFR

Emiliano Dalla Verde Marcozzi edvm

:shipit:
FLDSMDFR
View GitHub Profile
@redraw
redraw / cjdns.sh
Last active September 15, 2018 16:58
cjdns debian-based distributions installer - https://bit.ly/cjdns-debian-install
#!/bin/bash
function log { echo -e "\e[1;34m> ${1}\e[0m"; }
[[ -d ~/cjdns ]] && log 'already installed!' && exit 0
log 'installing inside ~/cjdns'
git clone https://github.com/cjdelisle/cjdns.git ~/cjdns
cd ~/cjdns/
log 'compiling...'