AMH4.5更新,支持多数据库选择,多PHP版本切换,支持CentOS 7


yum install -y wget
yum install -y vim

强烈建议先运行screen,防止ssh中断
apt-get install screen (debian)
yum -y install screen (centos)

screen -S amh
更新curl为curl-7.49.1
(不建议安装Mysql5.7系列)
更新php-5.3.29,php-5.4.45,php-5.5.36,php-5.6.22,php-7.07

Centos 5 .x  和 Centos 6.x安装脚本
wget http://www.sxsay.com/amh/amh.sh && chmod 775 amh.sh && ./amh.sh 2>&1 | tee amh.log

Centos 7.x安装脚本
请先运行ifconfig,要是功能不全,请先yum安装
yum -y install net-tools.x86_64
然后再运行安装脚本
wget http://www.sxsay.com/amh/7/amh.sh && chmod 775 amh.sh && ./amh.sh 2>&1 | tee amh.log

来源: AMH更新php版本,更新curl,更新个安装地址方便安装!!!!-静思雨夜