From b00a9af5d7c220565a9709579f18d001c21bb059 Mon Sep 17 00:00:00 2001 From: adunin Date: Sun, 3 Apr 2022 12:58:22 -0400 Subject: [PATCH] Added php-curl to the installation command Required for the getDomainExpirationDate() function --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3a3c3da..125f7a85 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ ITFlow is self-hosted. There is a full installation guide in the [docs](https:// 1. Install a LAMP stack (Linux, Apache, MariaDB, PHP) ```sh - sudo apt install git apache2 php libapache2-mod-php php-intl php-mysqli mariadb-server + sudo apt install git apache2 php libapache2-mod-php php-intl php-mysqli php-curl mariadb-server ``` 2. Clone the repo ```sh