Skip to content

Instantly share code, notes, and snippets.

@troykelly
Last active October 27, 2019 06:38
Show Gist options
  • Save troykelly/a4c44a7c68a34626ef1c960606b5472f to your computer and use it in GitHub Desktop.
Save troykelly/a4c44a7c68a34626ef1c960606b5472f to your computer and use it in GitHub Desktop.
Get and install CHR
#!/usr/bin/env bash
wget -S https://download2.mikrotik.com/routeros/6.45.6/chr-6.45.6.img.zip
unzip chr-6.45.6.img.zip
dd if=chr-6.45.6.img of=/dev/vda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment