From 780e5c1945f37eb27e1cf8ba5cf89bca4722bd95 Mon Sep 17 00:00:00 2001 From: azadrahorg <117533100+azadrahorg@users.noreply.github.com> Date: Mon, 14 Aug 2023 07:03:03 -0400 Subject: [PATCH] Update to 7.10.2 --- mik78.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` && \