Added libapache2-mod-php5 to tasksel web server task, fixes #11842

This commit is contained in:
Ruben Rodriguez 2015-01-24 17:54:02 +01:00
parent 9f415b993c
commit 51d6ba48f4
2 changed files with 3 additions and 2 deletions

View file

@ -6,3 +6,4 @@ Packages: list
Key: Key:
apache2 apache2
mysql-server mysql-server
libapache2-mod-php5

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2008-2010 Rubén Rodríguez <ruben@trisquel.info> # Copyright (C) 2008-2015 Ruben Rodriguez <ruben@trisquel.info>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=2 VERSION=3
COMPONENT=main COMPONENT=main
. ./config . ./config