From d1c3ad9be2f2727531017c29b1c8a9f50ec01847 Mon Sep 17 00:00:00 2001 From: gbaconni Date: Sun, 7 Nov 2021 16:51:05 +0100 Subject: [PATCH] 2021-11-07 16:51:05 --- bonus.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bonus.sh b/bonus.sh index 2126084..44c53ec 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/07 16:50:33 by gbaconni ### lausanne.ch # +# Updated: 2021/11/07 16:51:02 by gbaconni ### lausanne.ch # # # # **************************************************************************** # @@ -23,9 +23,9 @@ ft_mariadb () ft_apache () { - if ! dpkg --get-selections | grep -q '^apache' + if ! dpkg --get-selections | grep -q '^apache2' then - apt-get install -qq -y apache ssl-cert + apt-get install -qq -y apache2 ssl-cert fi return 0 }