Skip to content

Commit d4b661b

Browse files
authored
Update x-ui-pro.sh
1 parent 2978778 commit d4b661b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-ui-pro.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ if [[ "${UNINSTALL}" == *"y"* ]]; then
140140
systemctl stop "$service" > /dev/null 2>&1
141141
systemctl disable "$service" > /dev/null 2>&1
142142
done
143-
bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ remove --purge
143+
#bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ remove --purge
144144
printf 'n' | bash <(wget -qO- https://github.com/v2rayA/v2rayA-installer/raw/main/uninstaller.sh)
145145
rm -rf /etc/warp-plus/ /etc/nginx/sites-enabled/*
146146
crontab -l | grep -v "nginx\|systemctl\|x-ui\|v2ray" | crontab -
@@ -441,7 +441,7 @@ Restart=on-abort
441441
WantedBy=multi-user.target
442442
EOF
443443
##########################################Install v2ray-core + v2rayA-webui#############################
444-
bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install
444+
#bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install
445445
sudo sh -c "$(wget -qO- https://github.com/v2rayA/v2rayA-installer/raw/main/installer.sh)" @ --with-xray
446446
service_enable "v2raya" "warp-plus"
447447
######################cronjob for ssl/reload service/cloudflareips######################################

0 commit comments

Comments
 (0)