摘要: #!/bin/bash #安装nginx依赖 apt-get update apt-get install -y make apt-get install -y gcc apt-get install -y g++ apt-get install -y libpcre3 libpcre3-dev apt-get install -y openssl libssl-dev apt-get ins... 阅读全文
posted @ 2018-10-09 17:06 zhangsai 阅读(489) 评论(0) 推荐(0)