Skip to content

Instantly share code, notes, and snippets.

View timbogdanov's full-sized avatar

Tim Bogdanov timbogdanov

View GitHub Profile
@timbogdanov
timbogdanov / install_php82.sh
Created November 6, 2024 07:04
PHP 8.2 bash install script
#!/bin/bash
# Update package list
sudo apt-get update
# Install prerequisites
sudo apt-get install -y \
software-properties-common \
build-essential \
autoconf \