mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-07 03:56:55 +03:00
rm until
This commit is contained in:
10
install.sh
10
install.sh
@@ -69,15 +69,9 @@ main() {
|
|||||||
add_tunnel
|
add_tunnel
|
||||||
fi
|
fi
|
||||||
|
|
||||||
until opkg install $DOWNLOAD_DIR/podkop*.ipk; do
|
opkg install $DOWNLOAD_DIR/podkop*.ipk
|
||||||
echo "Install error. Repeat"
|
opkg install $DOWNLOAD_DIR/luci-app-podkop*.ipk
|
||||||
sleep 1
|
|
||||||
done
|
|
||||||
|
|
||||||
until opkg install $DOWNLOAD_DIR/luci-app-podkop*.ipk; do
|
|
||||||
echo "Install error. Repeat"
|
|
||||||
sleep 1
|
|
||||||
done
|
|
||||||
|
|
||||||
echo "Русский язык интерфейса ставим? y/n (Need a Russian translation?)"
|
echo "Русский язык интерфейса ставим? y/n (Need a Russian translation?)"
|
||||||
while true; do
|
while true; do
|
||||||
|
|||||||
Reference in New Issue
Block a user