Skip to content

Instantly share code, notes, and snippets.

View kevchikezie's full-sized avatar
🚀
Growth

Kelvin Chikezie kevchikezie

🚀
Growth
View GitHub Profile
@kevchikezie
kevchikezie / install_lamp_18.sh
Created October 3, 2020 16:59 — forked from ankurk91/install_lamp_ubuntu.sh
Ubuntu 18.04 - PHP development (php 7.4, 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