[root@iZwz93t5hvwgq7l1r5y8cmZ lnmp1.5]# ls addons.sh conf init.d License lnmp1.5.tar.gz pureftpd.sh src uninstall.sh upgrade.sh ChangeLog include install.sh lnmp1.5 lnmp.conf README tools upgrade1.x-1.5.sh
更改upgrade.sh权限为755
1
chmod 777 upgrade.sh
安装PHP
运行命令进行升级
1
./upgrade.sh php
但如果lnmp安装的是lnmpa,则会提示
1 2 3 4 5 6 7 8
+-----------------------------------------------------------------------+ | Upgrade script for LNMP V1.4, Written by Licess | +-----------------------------------------------------------------------+ | A tool to upgrade Nginx,MySQL/Mariadb,PHP for LNMP/LNMPA/LAMP | +-----------------------------------------------------------------------+ | For more information please visit https://lnmp.org | +-----------------------------------------------------------------------+ Current Stack: lnmpa, please run: ./upgrade.sh phpa
改为运行 ./upgrade.sh phpa即可
根据提示,查找并输入php版本号
1 2 3 4 5 6 7 8 9 10
+-------+ | Upgrade scripss | +-----------------------------------------------------------------------+ | A tool to upgrade Nginx,MySQL/Mariadb,PHP for LNMP/LNMPA/LAMP | +-----------------------------------------------------------------------+ | For more information please visit https://lnmp.org | +-----------------------------------------------------------------------+ Current PHP Version:7.1.18 You can get version number from http://www.php.net/ Please enter a PHP Version you want: