Skip to content

Instantly share code, notes, and snippets.

@xxyzuo
xxyzuo / install_nginx.sh
Created February 14, 2018 15:57 — forked from vmlive/install_nginx.sh
Nginx 一键安装脚本
#!/bin/bash
clear
echo "========================================================================="
echo "Nginx script V1.0 for CentOS/RadHat Linux Written by llama"
echo "========================================================================="
echo "A tool to auto-compile & install Nginx on Linux "
echo ""
echo "For more information please contact llama"
echo "========================================================================="