Skip to content

Commit d8ffc01

Browse files
committed
fix: update install script address
1 parent 822ed1a commit d8ffc01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ ifeq ($(UNAME_S),Linux)
9595
if [ "$(DISTRO)" = "debian" ] || [ "$(DISTRO)" = "ubuntu" ] || \
9696
[ "$(DISTRO)" = "centos" ] || [ "$(DISTRO)" = "rhel" ] || [ "$(DISTRO)" = "fedora" ] || \
9797
[ "$(DISTRO)" = "arch" ]; then \
98-
sudo bash -c "$$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install; \
98+
sudo bash -c "$$(curl -L https://github.com/Gozargah/Marzban-scripts/raw/master/install_latest_xray.sh)" @ install; \
9999
else \
100-
bash -c "$$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install; \
100+
bash -c "$$(curl -L https://github.com/Gozargah/Marzban-scripts/raw/master/install_latest_xray.sh)" @ install; \
101101
fi
102102

103103
else

0 commit comments

Comments
 (0)