Skip to content

Instantly share code, notes, and snippets.

View beingjungshahi's full-sized avatar
🎯
Focusing

Santosh Jung Shahi beingjungshahi

🎯
Focusing
View GitHub Profile
@beingjungshahi
beingjungshahi / install_lamp_18.sh
Created December 31, 2019 10:52 — forked from ankurk91/install_lamp_ubuntu.sh
Ubuntu 18.04 - PHP development (php 7.3, MySQL 5.7, apache 2.4)
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
# Ubuntu 18.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