linux-tutorial/codes/linux/soft/nginx-install-by-yum.sh

12 lines
342 B
Bash
Raw Normal View History

2019-05-07 16:26:06 +08:00
#!/usr/bin/env bash
###################################################################################
# 安装 nginx 脚本
# 仅适用于 CentOS 发行版本。
# @author: Zhang Peng
###################################################################################
echo -e "\n>>>>>>>>> install nginx"
yum -y install make nginx.x86_64