shell一鍵源碼安裝nginx+php

vim nginx_php.sh #!/bin/bash systemctl stop firewalld setenforce 0 wget http://nginx.org/download/nginx-1.16.1.tar.gz if [ $? -ne 0 ];then echo "下載nginx.tar包出問題" exit fi yum -y install
相關文章
相關標籤/搜索