From 5cba67b04ef3e6ec1668fe8994c363961e2e3345 Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Thu, 27 Feb 2025 00:51:41 +0500 Subject: [PATCH] Fix install Podkop --- awg_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awg_config.sh b/awg_config.sh index 2f9337a..b1be5fb 100644 --- a/awg_config.sh +++ b/awg_config.sh @@ -255,9 +255,9 @@ done path_podkop_config="/etc/config/podkop" path_podkop_config_backup="/root/podkop" +URL="https://raw.githubusercontent.com/CodeRoK7/RouterichAX3000_configs/refs/heads/main" if [ -f "/etc/init.d/podkop" ]; then - URL="https://raw.githubusercontent.com/CodeRoK7/RouterichAX3000_configs/refs/heads/main" printf "Podkop installed. Reconfigured on AWG WARP? (y/n): \n" is_reconfig_podkop="y" read is_reconfig_podkop