Skip to content

Instantly share code, notes, and snippets.

View alanaasmaa's full-sized avatar
🎯
Focusing

Alan Aasmaa alanaasmaa

🎯
Focusing
View GitHub Profile
@ankurk91
ankurk91 / install_lamp_ubuntu.sh
Last active May 1, 2024 05:03
Ubuntu 22 - PHP development (php 7.4 / 8.2, apache 2.4)
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
# Ubuntu 20/22 dev Server
# Run like (without sudo) - bash install_lamp.sh
# Script should auto terminate on errors
export DEBIAN_FRONTEND=noninteractive