Update 'README.md'

This commit is contained in:
Sarimoko 2021-07-21 06:36:39 +00:00
parent a4f4d11d7f
commit 2ae94190ca
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Wordpress on Ubuntu
```sh ```sh
sudo apt update -qq && sudo apt upgrade -y sudo apt update -qq && sudo apt upgrade -y
sudo apt install -y lamp-server^ sudo apt install -y lamp-server^
sudo apt install -y php-curl php-gd php-mbstring php-xml php-xmlrpc php-soap php-intl php-zip wget sudo apt install -y php-curl php-gd php-mbstring php-xml php-xmlrpc php-soap php-intl php-zip php-imagick wget
sudo systemctl restart apache2 sudo systemctl restart apache2
sudo a2enmod rewrite sudo a2enmod rewrite
sudo a2enmod ssl sudo a2enmod ssl