Update init
This commit is contained in:
2
init
2
init
@@ -50,7 +50,7 @@ EOF
|
|||||||
|
|
||||||
# WordPress
|
# WordPress
|
||||||
curl https://wordpress.org/latest.zip -o /tmp/wordpress.zip
|
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 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
|
sudo cp /var/www/html/wordpress/wp-config-sample.php /var/www/html/wordpress/wp-config.php
|
||||||
|
|||||||
Reference in New Issue
Block a user