azadrahorg
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
mik78.sh
|
|
@ -6,7 +6,7 @@ echo "=== https://github.com/azadrahorg ===" |
|
|
echo "=== MikroTik 7 Installer ===" |
|
|
echo "=== MikroTik 7 Installer ===" |
|
|
echo |
|
|
echo |
|
|
sleep 3 |
|
|
sleep 3 |
|
|
wget https://download.mikrotik.com/routeros/7.10.2/chr-7.10.2.img.zip -O chr.img.zip && \ |
|
|
|
|
|
|
|
|
wget https://download.mikrotik.com/routeros/7.11.2/chr-7.11.2.img.zip -O chr.img.zip && \ |
|
|
gunzip -c chr.img.zip > chr.img && \ |
|
|
gunzip -c chr.img.zip > chr.img && \ |
|
|
STORAGE=`lsblk | grep disk | cut -d ' ' -f 1 | head -n 1` && \ |
|
|
STORAGE=`lsblk | grep disk | cut -d ' ' -f 1 | head -n 1` && \ |
|
|
echo STORAGE is $STORAGE && \ |
|
|
echo STORAGE is $STORAGE && \ |
|
|
|