From 5a0f0060ff9e2ef8ede5947be0ad45b5489ea18c Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Mon, 28 Jul 2025 05:45:34 +0000 Subject: [PATCH] Fix name packeges --- universal_config_new_podkop.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/universal_config_new_podkop.sh b/universal_config_new_podkop.sh index b447661..369d8f3 100644 --- a/universal_config_new_podkop.sh +++ b/universal_config_new_podkop.sh @@ -502,7 +502,7 @@ else [ -f /etc/config/dhcp-opkg ] && cp /etc/config/dhcp /etc/config/dhcp-old && mv /etc/config/dhcp-opkg /etc/config/dhcp fi -printf "Setting confdir dnsmasq" +printf "Setting confdir dnsmasq\n" uci set dhcp.@dnsmasq[0].confdir='/tmp/dnsmasq.d' uci commit dhcp @@ -517,8 +517,8 @@ dns-failsafe-proxy" URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta_alt" checkPackageAndInstall "luci-app-dns-failsafe-proxy" "1" -checkPackageAndInstall "doh-proxy" "1" -checkPackageAndInstall "stubby" "1" +checkPackageAndInstall "luci-app-doh-proxy" "1" +checkPackageAndInstall "luci-app-stubby" "1" if [ ! -d "$DIR_BACKUP" ] then