From 179d8775a5d5f996172072623a0f973161be014e Mon Sep 17 00:00:00 2001 From: Dai Date: Thu, 9 Oct 2025 20:07:35 -0700 Subject: [PATCH] Update init --- init | 1 - 1 file changed, 1 deletion(-) diff --git a/init b/init index d15e5f2..2937a44 100644 --- a/init +++ b/init @@ -45,5 +45,4 @@ 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 -cd /var/www/html/wordpress && sudo cp wp-config-sample.php wp-config.php sudo chown -R www-data:www-data /var/www/html/wordpress \ No newline at end of file