Skip to content

Instantly share code, notes, and snippets.

View LeonardoGandini's full-sized avatar
🎯
Focusing

Leonardo Gandini LeonardoGandini

🎯
Focusing
View GitHub Profile
@LeonardoGandini
LeonardoGandini / wpdwna.sh
Last active September 8, 2023 08:17
Automate WordPress and wp-config.php creation
# Download Latest Wordpress archive from WP org
wget https://wordpress.org/latest.tar.gz
#Extract the archive showing the progress
pv latest.tar.gz | tar xzf - -C .
#Copy the content of WP Salts page
WPSalts=$(wget https://api.wordpress.org/secret-key/1.1/salt/ -q -O -)
#generate a random string; lower and upper case letters + numbers; maximun 9 characters