Fix i18n version

This commit is contained in:
itdoginfo
2025-05-21 19:43:27 +03:00
parent 8ce6790355
commit 88d108e5ab

View File

@@ -111,6 +111,7 @@ main() {
read -r -p '' RUS read -r -p '' RUS
case $RUS in case $RUS in
y) y)
opkg remove luci-i18n-podkop*
opkg install "$DOWNLOAD_DIR/$ru" opkg install "$DOWNLOAD_DIR/$ru"
break break
;; ;;