Skip to content

Instantly share code, notes, and snippets.

@fyrstyk
fyrstyk / make-chr.sh
Last active July 29, 2018 11:11
Digital Ocean Routeros
#wget https://gist.githubusercontent.com/stroebs/54fc09734a3911e91eeeb43434f117df/raw/6e5d32781dcee606a65cb498a50063382c8ea2d0/make-chr.sh
#bash make-chr.sh
#Save as make-chr.sh
#run: bash make-chr.sh
wget http://download2.mikrotik.com/routeros/6.40.5/chr-6.40.5.img.zip -O chr.img.zip && \
gunzip -c chr.img.zip > chr.img && \
apt-get update && \
apt install -y qemu-utils pv && \