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