diff --git a/README.md b/README.md index 3946b06..acebe5f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Wordpress on Ubuntu ```sh sudo apt update -qq && sudo apt upgrade -y 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 a2enmod rewrite sudo a2enmod ssl