Skip to content

Instantly share code, notes, and snippets.

@beardedinbinary
beardedinbinary / wp-install.sh
Last active October 6, 2023 01:13
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'