From 98129720bb3a81af705ea72ff98eb9655a6c41bb Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Sun, 16 Feb 2025 14:29:50 +0300 Subject: [PATCH] rm until --- install.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/install.sh b/install.sh index 80599a3..11ab7ba 100755 --- a/install.sh +++ b/install.sh @@ -69,15 +69,9 @@ main() { add_tunnel fi - until opkg install $DOWNLOAD_DIR/podkop*.ipk; do - echo "Install error. Repeat" - sleep 1 - done + opkg install $DOWNLOAD_DIR/podkop*.ipk + opkg install $DOWNLOAD_DIR/luci-app-podkop*.ipk - until opkg install $DOWNLOAD_DIR/luci-app-podkop*.ipk; do - echo "Install error. Repeat" - sleep 1 - done echo "Русский язык интерфейса ставим? y/n (Need a Russian translation?)" while true; do