nginx 一键安装
摘要:
#!/bin/bash #This was create by steven #creat time 2017/04/06 #定义nginx软件安装所需要的软件包函数 nginx_dependency_install(){ echo "Wait a moment it need some time to install these software" /usr/bin/yum install p... 阅读全文
posted @ 2017-04-11 11:00 明明叨叨 阅读(224) 评论(0) 推荐(0) 编辑