linux-tutorial/codes/deploy/tool/nginx/install-nginx.sh

6 lines
91 B
Bash
Raw Normal View History

2018-02-01 16:34:02 +08:00
#!/usr/bin/env bash
echo -e "\n>>>>>>>>> install nginx"
yum -y install make nginx.x86_64