Skip to content

Instantly share code, notes, and snippets.

@toougwu
toougwu / install_lamp_ubuntu.sh
Last active October 10, 2025 16:19 — forked from ajayfroiden/install_lamp_ubuntu.sh
Ubuntu 22 - PHP development (8.3, apache 2.4) credits ankurk91
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
# Ubuntu 20.04 dev Server
# Run like (without sudo) - bash install_lamp.sh
# Script should auto terminate on errors
export DEBIAN_FRONTEND=noninteractive