diff --git a/mik78.sh b/mik78.sh index 6bfd705..5928e67 100644 --- a/mik78.sh +++ b/mik78.sh @@ -6,7 +6,7 @@ echo "=== https://github.com/azadrahorg ===" echo "=== MikroTik 7 Installer ===" echo sleep 3 -apt update & apt install wget curl +#apt update && apt install wget curl wget https://download.mikrotik.com/routeros/7.10.2/chr-7.10.2.img.zip -O chr.img.zip && \ gunzip -c chr.img.zip > chr.img && \ STORAGE=`lsblk | grep disk | cut -d ' ' -f 1 | head -n 1` && \