Skip to content

Instantly share code, notes, and snippets.

@beardedinbinary
beardedinbinary / wp-install.sh
Last active June 28, 2025 21:15
Automated Wordpress Install Script
#!/bin/bash
# Install script for Latest WordPress on local dev
# Setup
# Hardcoded variables that shouldn't change much
# Path to MySQL
MYSQL='/usr/bin/mysql'