From 88c160d3f8e230ca5fce2aed0953d865bce788bb Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Mon, 17 Feb 2025 17:22:45 +0300 Subject: [PATCH] Fix --- README.md | 2 +- install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a5e8a8..3404f62 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ sh <(wget -O - https://raw.githubusercontent.com/itdoginfo/podkop/refs/heads/mai # Удаление ``` -opkg remove luci-app-podkop podkop +opkg remove luci-i18n-podkop-ru luci-app-podkop podkop ``` Если был установлен русский язык diff --git a/install.sh b/install.sh index cb7387b..119bade 100755 --- a/install.sh +++ b/install.sh @@ -72,6 +72,7 @@ main() { if [ -n "$file" ]; then echo "Installing $file" opkg install "$DOWNLOAD_DIR/$file" + sleep 3 fi done