Skip to content

Instantly share code, notes, and snippets.

@adinata-id
Created September 30, 2024 11:22
Show Gist options
  • Save adinata-id/7956318b0880d561bacf3c0e5968cb0e to your computer and use it in GitHub Desktop.
Save adinata-id/7956318b0880d561bacf3c0e5968cb0e to your computer and use it in GitHub Desktop.
Install Mikrotik chr on VPS ARM
wget https://download.mikrotik.com/routeros/7.16/chr-7.16-arm64.img.zip -O chr.img.zip && \
gunzip -c chr.img.zip > chr.img && \
echo u > /proc/sysrq-trigger && \
dd if=chr.img bs=1024 of=/dev/sda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment