edub

Results 1 comments of edub

``` sudo apt-get install git git clone https://github.com/jmpsec/osctrl.git cd osctrl/ ./deploy/provision.sh -s $(pwd) -m dev -t self -p all -n -P -M -E --all-hostname $(hostname -f) ``` That pretty much...