From ea349e05cc8c18fc4d7526f11aec9ec25b5d20a4 Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:11:44 +0000 Subject: [PATCH] Add hin --- awg_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awg_config.sh b/awg_config.sh index 531e694..936c558 100644 --- a/awg_config.sh +++ b/awg_config.sh @@ -568,7 +568,7 @@ path_podkop_config_backup="/root/podkop" URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta" if [ -f "/etc/init.d/podkop" ]; then - printf "Podkop installed. Reconfigured on AWG WARP? (y/n): \n" + printf "Podkop installed. Reconfigured on AWG WARP and Opera Proxy? (y/n): \n" is_reconfig_podkop="y" read is_reconfig_podkop if [ "$is_reconfig_podkop" = "y" ] || [ "$is_reconfig_podkop" = "Y" ]; then