Skip to content

Instantly share code, notes, and snippets.

View ajayfroiden's full-sized avatar

Ajay Kumar Choudhary ajayfroiden

View GitHub Profile
@ajayfroiden
ajayfroiden / install_lamp_ubuntu.sh
Last active February 6, 2025 11:56
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