Skip to content

Commit

Permalink
Try with explicit php apache module
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Jan 2, 2022
1 parent 7b72e38 commit 9c7f85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/deployDavical.sh
Expand Up @@ -5,7 +5,7 @@ set -e
BASEDIR=/var/www/html/davical

sudo apt-get update
sudo apt-get install -y apache2 libapache2-mod-php postgresql-client libyaml-perl libdbd-pg-perl libdbi-perl php php-pgsql php-imap php-curl php-cgi php-xml
sudo apt-get install -y apache2 libapache2-mod-php7.4 postgresql-client libyaml-perl libdbd-pg-perl libdbi-perl php php-pgsql php-imap php-curl php-cgi php-xml

wget -O awl.tar.xz https://www.davical.org/downloads/awl_0.62.orig.tar.xz
wget -O davical.tar.xz https://www.davical.org/downloads/davical_1.1.10.orig.tar.xz
Expand Down

0 comments on commit 9c7f85b

Please sign in to comment.