File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ if [[ "${UNINSTALL}" == *"y"* ]]; then
140
140
systemctl stop " $service " > /dev/null 2>&1
141
141
systemctl disable " $service " > /dev/null 2>&1
142
142
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
144
144
printf ' n' | bash <( wget -qO- https://github.com/v2rayA/v2rayA-installer/raw/main/uninstaller.sh)
145
145
rm -rf /etc/warp-plus/ /etc/nginx/sites-enabled/*
146
146
crontab -l | grep -v " nginx\|systemctl\|x-ui\|v2ray" | crontab -
@@ -441,7 +441,7 @@ Restart=on-abort
441
441
WantedBy=multi-user.target
442
442
EOF
443
443
# #########################################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
445
445
sudo sh -c " $( wget -qO- https://github.com/v2rayA/v2rayA-installer/raw/main/installer.sh) " @ --with-xray
446
446
service_enable " v2raya" " warp-plus"
447
447
# #####################cronjob for ssl/reload service/cloudflareips######################################
You can’t perform that action at this time.
0 commit comments