Added php-curl to the installation command

Required for the getDomainExpirationDate() function
This commit is contained in:
adunin 2022-04-03 12:58:22 -04:00 committed by GitHub
parent fdf9d67910
commit b00a9af5d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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