2021-11-07 16:58:10
This commit is contained in:
6
bonus.sh
6
bonus.sh
@@ -6,7 +6,7 @@
|
|||||||
# By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ #
|
# By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2021/11/07 14:23:18 by gbaconni #+# #+# #
|
# Created: 2021/11/07 14:23:18 by gbaconni #+# #+# #
|
||||||
# Updated: 2021/11/07 16:56:01 by gbaconni ### lausanne.ch #
|
# Updated: 2021/11/07 16:58:07 by gbaconni ### lausanne.ch #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
@@ -32,6 +32,10 @@ ft_apache ()
|
|||||||
|
|
||||||
ft_php ()
|
ft_php ()
|
||||||
{
|
{
|
||||||
|
if ! dpkg --get-selections | grep -q '^libapache2-mod-php'
|
||||||
|
then
|
||||||
|
apt-get install -qq -y libapache2-mod-php
|
||||||
|
fi
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user