Skip to content

Instantly share code, notes, and snippets.

View tuanalumi's full-sized avatar

Tuan (Tony) T. tuanalumi

View GitHub Profile
@tuanalumi
tuanalumi / LEMP-ubuntu.sh
Created May 11, 2019 00:02 — forked from od3n/LEMP-ubuntu.sh
LEMP Stack Installation Bash Script for Ubuntu 14.0.4
#!/usr/bin/env bash
sudo add-apt-repository ppa:ondrej/php
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get install -y python-software-properties