From e3103555f8cfe855dc7d7c37310a9e530abec1d2 Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Fri, 4 Apr 2025 13:25:08 +0500 Subject: [PATCH] Change repo url --- awg_config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awg_config.sh b/awg_config.sh index 0bce9c9..b7b3ef2 100644 --- a/awg_config.sh +++ b/awg_config.sh @@ -318,7 +318,7 @@ config_files="network firewall https-dns-proxy dhcp" -URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta" +URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/main" checkPackageAndInstall "https-dns-proxy" "0" @@ -575,7 +575,7 @@ fi path_podkop_config="/etc/config/podkop" path_podkop_config_backup="/root/podkop" -URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta" +URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/main" if [ -f "/etc/init.d/podkop" ]; then printf "Podkop installed. Reconfigured on AWG WARP and Opera Proxy? (y/n): \n" @@ -644,4 +644,4 @@ service sing-box restart service podkop enable service podkop restart -printf "\033[32;1mConfigured completed...\033[0m\n" \ No newline at end of file +printf "\033[32;1mConfigured completed...\033[0m\n"