This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# provision a new centos 7 machine with a LEMP stach using a custom built nginx | |
cd /tmp | |
yum update -y | |
# epel repo | |
yum install -y epel-release | |
# remi repo |