#CentOS自动更换内核(运行后需重启)
bash <(wget --no-check-certificate -qO- https://github.com/uxh/awesome-linux-tools/raw/master/rskernel.sh)
# Debian / Ubuntu自动更换内核(运行后需重启)
bash <(wget --no-check-certificate -qO- https://github.com/uxh/LotServer_Vicer/raw/master/Debian_Kernel.sh)
#CentOS
yum install net-tools -y
#Debian / Ubuntu
apt update -y
apt install unzip
#开始安装
wget --no-check-certificate -O appex.sh http://cloudsign.s500.xrea.com/serverSpeeder_keygen/Install.sh && bash appex.sh install
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
使用方法:
启动命令:/appex/bin/lotServer.sh start
停止加速:/appex/bin/lotServer.sh stop
状态查询:/appex/bin/lotServer.sh status
重新启动:/appex/bin/lotServer.sh restart