diff --git a/install.sh b/install.sh index 539b3af..3315ff6 100644 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ set -e # ============================================================ # D3V-NPMWG Installer for Ubuntu/Debian # xGat3 + WireGuard VPN -# https://github.com/xtcnet/D3V-NPMWG +# https://src.d3v.ac/xtcnet/D3V-Server # ============================================================ INSTALL_DIR="/opt/d3v-npmwg" @@ -421,7 +421,7 @@ do_update() { require_root log_step "Checking for install.sh updates..." - local remote_script_url="https://raw.githubusercontent.com/xtcnet/D3V-NPMWG/master/install.sh" + local remote_script_url="https://src.d3v.ac/xtcnet/D3V-Server/raw/branch/master/install.sh" if ! curl -sSL "$remote_script_url" | cmp -s "$0" -; then log_warn "A newer version of install.sh is available. Updating script..." curl -sSL "$remote_script_url" -o "$0"