wget
sh ffdisk.sh
1:把centos自带的yum源换成阿里云的yum源
cd /etc/yum.repos.d/
rm -rf *
wget -O /etc/yum.repos.d/CentOS-Base.repo
yum makecache
2:wget
3:tar zxvf lanmp_v3.1.tar.gz
4:sh lanmp.sh cus 自定义安装
本文共 234 字,大约阅读时间需要 1 分钟。
wget
sh ffdisk.sh
1:把centos自带的yum源换成阿里云的yum源
cd /etc/yum.repos.d/
rm -rf *
wget -O /etc/yum.repos.d/CentOS-Base.repo
yum makecache
2:wget
3:tar zxvf lanmp_v3.1.tar.gz
4:sh lanmp.sh cus 自定义安装
转载于:https://blog.51cto.com/11403002/1834104