From 225681fb1aaa0c233342b5f4288cda350f074ba4 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:58:43 +0330 Subject: [PATCH] Used non-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 b03097d..3ce44e1 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 https://raw.githubusercontent.com/ReturnFI/Warp/main/warp.sh) wgd + bash <(curl -fsSL https://raw.githubusercontent.com/ReturnFI/Warp/main/warp.sh) wgx # Check if the config file exists if [ -f "$CONFIG_FILE" ]; then