梯子一键安装脚本
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh呼出梯子信息
vasma重装梯子操作流程
卸载完梯子所有内容后,卸载nginx(如果有),依次执行
sudo systemctl status nginx
sudo systemctl disable nginx
sudo systemctl stop nginx
sudo apt-get remove nginx nginx-common执行完上面这条,如果在下面的目录里还有就执行手动删除
sudo rm -rf /usr/sbin/nginx
sudo rm -rf /etc/nginx