From 91d2e58f4f7b9e9bca1fc52fc3edadb5d4380dc7 Mon Sep 17 00:00:00 2001 From: Dai Date: Thu, 9 Oct 2025 20:22:28 -0700 Subject: [PATCH] Update init --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init b/init index 96d94d9..ffddd84 100644 --- a/init +++ b/init @@ -44,7 +44,7 @@ printf "$MYSQL_ROOT_PASS\nn\nY\n$MYSQL_NEW_PASS\n$MYSQL_NEW_PASS\nY\nY\nY\nY\n" # WordPress curl https://wordpress.org/latest.zip -o /tmp/wordpress.zip -sudo unzip -d /var/www/html /tmp/wordpress.zip +printf "A\n" | sudo unzip -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