mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 11:36:50 +03:00
rm until
This commit is contained in:
10
install.sh
10
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
|
||||
|
||||
Reference in New Issue
Block a user