Skip to content

Instantly share code, notes, and snippets.

View skreddy6673's full-sized avatar
✈️
Under Turbulence

krishna skreddy6673

✈️
Under Turbulence
View GitHub Profile
@skreddy6673
skreddy6673 / install_lamp_16.sh
Created August 14, 2018 17:39 — forked from ankurk91/install_lamp_ubuntu.sh
Ubuntu 16.04 - PHP development (php 7.1, MySQL 5.7, apache 2.4)
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
# Ubuntu 16.04 Dev Server
# Run like - bash install_lamp.sh
# Script should auto terminate on errors
echo -e "\e[96m Adding PPA \e[39m"
sudo add-apt-repository -y ppa:ondrej/apache2