From a2536534f8eaf21f3465b776841b779262f77a43 Mon Sep 17 00:00:00 2001 From: SaltyMonkey <1570693+SaltyMonkey@users.noreply.github.com> Date: Sun, 24 Aug 2025 10:00:13 +0300 Subject: [PATCH] Remove opkg list-installed checks for packages from conflicts --- podkop/files/usr/bin/podkop | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/podkop/files/usr/bin/podkop b/podkop/files/usr/bin/podkop index a2a19a4..f8aeff6 100755 --- a/podkop/files/usr/bin/podkop +++ b/podkop/files/usr/bin/podkop @@ -69,21 +69,6 @@ start_main() { exit 1 fi - if opkg list-installed | grep -qw nextdns; then - log "[critical] Detected nextdns installed. Remove this package: opkg remove nextdns" - exit 1 - fi - - if opkg list-installed | grep -qw luci-app-passwall; then - log "[critical] Detected luci-app-passwall installed. Remove this package: opkg remove luci-app-passwall" - exit 1 - fi - - if opkg list-installed | grep -qw luci-app-passwall2; then - log "[critical] Detected luci-app-passwall2 installed. Remove this package: opkg remove luci-app-passwall2" - exit 1 - fi - if grep -qE 'doh_backup_noresolv|doh_backup_server|doh_server' /etc/config/dhcp; then log "[critical] Detected https-dns-proxy in dhcp config. Edit /etc/config/dhcp" fi