Skip to content

Instantly share code, notes, and snippets.

#!/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