From e765114c494e04ded149fc7e1478d616901635aa Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Sun, 27 Jul 2025 20:17:26 +0000 Subject: [PATCH] Fix --- universal_config_new_podkop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/universal_config_new_podkop.sh b/universal_config_new_podkop.sh index f098d0c..d6a311e 100644 --- a/universal_config_new_podkop.sh +++ b/universal_config_new_podkop.sh @@ -997,7 +997,7 @@ case $varByPass in esac PACKAGE="podkop" -REQUIRED_VERSION="0.4.6-1" +REQUIRED_VERSION="0.4.6-r1" INSTALLED_VERSION=$(opkg list-installed | grep "^$PACKAGE" | cut -d ' ' -f 3) if [ -n "$INSTALLED_VERSION" ] && [ "$INSTALLED_VERSION" != "$REQUIRED_VERSION" ]; then