From 05a3ed7b719265597cddfdebdf02511a03040a13 Mon Sep 17 00:00:00 2001 From: mattronix Date: Thu, 2 Nov 2023 16:40:59 +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 e398eec..8e52395 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ sudo sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > sudo apt update sudo apt install php8.2 -y php -v -sudo apt install apache2 libapache2-mod-php8.2 php8.2-mbstring php8.2-curl +sudo apt install libapache2-mod-php8.2 php8.2-mbstring php8.2-curl sudo systemctl restart apache2 cd /var/www/html/ git clone git@code.techinc.nl:techinc/printer-manager-admin.git