摘要: #!/bin/bash $file="/usr/local/nginx/conf/nginx.conf" #定义nginx配置文件为变量$file yum -y install gcc pcre-devel openssl-devel #安装gcc与依赖包 #下面的解包过程根据不同路径可进行调整 c 阅读全文
posted @ 2019-08-19 20:01 linuxgpg 阅读(254) 评论(0) 推荐(0)