Update init

This commit is contained in:
Dai
2025-10-09 20:28:47 -07:00
parent 16f3f84823
commit fd170f79eb

2
init
View File

@@ -50,7 +50,7 @@ EOF
# WordPress
curl https://wordpress.org/latest.zip -o /tmp/wordpress.zip
printf "A\n" | sudo unzip -d /var/www/html /tmp/wordpress.zip
printf "A\n" | sudo unzip -o -q -d /var/www/html /tmp/wordpress.zip
sudo chown -R www-data:www-data /var/www/html/wordpress
sudo cp /var/www/html/wordpress/wp-config-sample.php /var/www/html/wordpress/wp-config.php