Created
September 30, 2024 11:22
-
-
Save adinata-id/7956318b0880d561bacf3c0e5968cb0e to your computer and use it in GitHub Desktop.
Install Mikrotik chr on VPS ARM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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