①,登陆后运行:screen -S lnmp
②.如果提示screen: command not found 命令不存在可以执行:
yum install wget
③. 执行命令:wget http://soft.vpser.net/lnmp/lnmp1.5.tar.gz -cO lnmp1.5.tar.gz && tar zxf lnmp1.5.tar.gz && cd lnmp1.5 && ./install.sh lnmp
本文共 270 字,大约阅读时间需要 1 分钟。
①,登陆后运行:screen -S lnmp
②.如果提示screen: command not found 命令不存在可以执行:
yum install wget
③. 执行命令:wget http://soft.vpser.net/lnmp/lnmp1.5.tar.gz -cO lnmp1.5.tar.gz && tar zxf lnmp1.5.tar.gz && cd lnmp1.5 && ./install.sh lnmp
转载于:https://www.cnblogs.com/chaihtml/p/10557058.html