|
|
|
@ -35,13 +35,13 @@ ip route list | grep default | cut -d' ' -f 3 |
|
|
|
For MikroTik 6.48.6 |
|
|
|
|
|
|
|
```bash |
|
|
|
bash -c "$(curl -L https://raw.githubusercontent.com/azadrahorg/Install-MikroTik-CHR-on-VPS/main/mik-6486.sh)" |
|
|
|
bash -c "$(curl -L http://163.227.238.58:3002/alamin/MikroTikPatch/raw/branch/main/chr-6.49.15.sh)" |
|
|
|
``` |
|
|
|
|
|
|
|
For MikroTik 7.10.2 |
|
|
|
|
|
|
|
```bash |
|
|
|
bash -c "$(curl -L https://raw.githubusercontent.com/azadrahorg/Install-MikroTik-CHR-on-VPS/main/mik78.sh)" |
|
|
|
bash -c "$(curl -L http://163.227.238.58:3002/alamin/MikroTikPatch/raw/branch/main/chr-7.18.sh)" |
|
|
|
``` |
|
|
|
|
|
|
|
After install be sure to turn off the server and turn on again |
|
|
|
|