From 2ae94190ca85529c0e40636b98cd40b2e5118a91 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Wed, 21 Jul 2021 06:36:39 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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