From af301113a70705d24e81a9abe8ac6d642cba72a1 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:53:08 +0330 Subject: [PATCH] Used forked repository and Global Network --- core/scripts/warp/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/warp/install.sh b/core/scripts/warp/install.sh index 1e66ad3..b03097d 100644 --- a/core/scripts/warp/install.sh +++ b/core/scripts/warp/install.sh @@ -8,7 +8,7 @@ if systemctl is-active --quiet wg-quick@wgcf.service; then echo "WARP is already active. Skipping installation and configuration update." else echo "Installing WARP..." - bash <(curl -fsSL git.io/warp.sh) wgx + bash <(curl -fsSL https://raw.githubusercontent.com/ReturnFI/Warp/main/warp.sh) wgd # Check if the config file exists if [ -f "$CONFIG_FILE" ]; then