From 6ed12b7cc920ef295fd20432c1ce92a747c79044 Mon Sep 17 00:00:00 2001 From: gbaconni Date: Mon, 8 Nov 2021 07:44:35 +0100 Subject: [PATCH] 2021-11-08 07:44:35 --- bonus.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonus.sh b/bonus.sh index f20ae8a..c0073b2 100755 --- a/bonus.sh +++ b/bonus.sh @@ -6,7 +6,7 @@ # By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/11/07 14:23:18 by gbaconni #+# #+# # -# Updated: 2021/11/08 06:53:59 by gbaconni ### lausanne.ch # +# Updated: 2021/11/08 07:44:32 by gbaconni ### lausanne.ch # # # # **************************************************************************** # @@ -48,7 +48,7 @@ ft_php () { if ! dpkg --get-selections | grep -qP '^libapache2-mod-php\t+install' then - apt-get install -qq -y libapache2-mod-php + apt-get install -qq -y libapache2-mod-php php-mysql fi return 0 }