From fd170f79eb0ba577f3a66d7bf5009813dc6713a2 Mon Sep 17 00:00:00 2001 From: Dai Date: Thu, 9 Oct 2025 20:28:47 -0700 Subject: [PATCH] Update init --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init b/init index 14b4f3b..b37f3a4 100644 --- a/init +++ b/init @@ -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