Skip to content

Instantly share code, notes, and snippets.

View renb0's full-sized avatar
💭
🌵

Renb0 renb0

💭
🌵
View GitHub Profile
@renb0
renb0 / install_lamp_ubuntu.sh
Last active January 11, 2023 15:45 — forked from ankurk91/install_lamp_ubuntu.sh
Ubuntu 20 - PHP development (php 7.4 / 8.2, apache 2.4)
#!/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