Skip to content

Commit

Permalink
U-update
Browse files Browse the repository at this point in the history
  • Loading branch information
jinwyp committed Feb 4, 2024
1 parent cb4a0f4 commit f96f5ca
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions linux_install_software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5094,6 +5094,7 @@ function replaceXrayRConfig(){
# mv ${configXrayRPath}/custom_inbound.json ${configXrayRPath}/custom_inbound_bak.json
XrayR restart

(crontab -l ; echo "36 4 * * 0,1,2,3,4,5,6 systemctl restart XrayR.service ") | sort - | uniq - | crontab -

fi

Expand Down Expand Up @@ -5175,21 +5176,13 @@ function installAiruAndNginx(){










function downgradeXray(){
echo
green " =================================================="
green " 准备降级 Xray 和 Air-Universe !"
green " =================================================="
echo


yellow " 请选择 Air-Universe 降级到的版本, 默认不降级"
red " 注意 Air-Universe 最新版不支持 Xray 1.5.0或更老版本"
red " 如需要使用Xray 1.5.0或更老版本的Xray, 请选择 Air-Universe 1.0.0或 0.9.2"
Expand Down

0 comments on commit f96f5ca

Please sign in to comment.