Skip to content

Instantly share code, notes, and snippets.

View godgoali's full-sized avatar
🎯
Focusing

Muhammad Ali godgoali

🎯
Focusing
  • PENS
  • Jakarta
View GitHub Profile
@godgoali
godgoali / make-chr.sh
Created December 9, 2019 16:40 — forked from stroebs/make-chr.sh
Install Mikrotik CHR on a Digital Ocean droplet (Ubuntu 16.04.6 tested working 31/08/2019)
#!/bin/bash
#
# Digital Ocean Ubuntu 16.04.6 Droplet
# Running:
# wget https://gist.githubusercontent.com/stroebs/54fc09734a3911e91eeeb43434f117df/raw/1ede2fb162d404171122db0c84a9eeea468a92cd/make-chr.sh
# chmod +x make-chr.sh
# ./make-chr.sh
#
wget http://download2.mikrotik.com/routeros/6.37/chr-6.37.img.zip -O chr.img.zip && \
gunzip -c chr.img.zip > chr.img && \