From df91dc12a93552e2fb1771fe4a8916913a15c0d8 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:55:28 +0330 Subject: [PATCH] Used forked repository --- core/scripts/warp/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/warp/uninstall.sh b/core/scripts/warp/uninstall.sh index 8ce8b0a..0e5baf0 100644 --- a/core/scripts/warp/uninstall.sh +++ b/core/scripts/warp/uninstall.sh @@ -4,7 +4,7 @@ source /etc/hysteria/core/scripts/path.sh if systemctl is-active --quiet wg-quick@wgcf.service; then echo "Uninstalling WARP..." - bash <(curl -fsSL git.io/warp.sh) dwg + bash <(curl -fsSL https://raw.githubusercontent.com/ReturnFI/Warp/main/warp.sh) dwg if [ -f "$CONFIG_FILE" ]; then default_config='["reject(geosite:ir)", "reject(geoip:ir)", "reject(geosite:category-ads-all)", "reject(geoip:private)", "reject(geosite:google@ads)"]'