From b4592ab2533d5c28fc8958afecf0c44e31e197f1 Mon Sep 17 00:00:00 2001 From: Grzegorz Surmann Date: Thu, 18 Jul 2024 00:46:36 +0000 Subject: [PATCH] changes --- INSTALL.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index fe4b430..178d4c1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,12 +2,13 @@ **Prerequisites to install** -This daemon needs PHP, tested with 5.6, 7.4 and 8.2. On Ubuntu/Debian it is installed by: +On Ubuntu/Debian the required packages will be installed by: ``` -apt-get -y install php-cli +apt-get -y install git iproute2 php-cli ``` -It may work with other version or it may not ;) +This daemon needs PHP, tested with 5.6, 7.4 and 8.2. +It may work with other versions or it may not work ;) It needs php-cli residing in /usr/bin/php. You can check it by running: ```