Skip to content

Commit

Permalink
Add Ubuntu 20.x support - tested on daily build currently PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Roth committed Jan 11, 2020
1 parent 755cbc4 commit 91f7cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ubuntu/config.sh
Expand Up @@ -34,7 +34,7 @@ elif [[ $linuxReleaseName == +(*[Uu][Bb][Uu][Nn][Tt][Uu]*|*[Mm][Ii][Nn][Tt]*) ]]
libcurl="libcurl4"
fi
case $OSVersion in
19)
19|20)
php_ver="7.3"
[[ -z $phpfpm ]] && phpfpm="php${php_ver}-fpm"
[[ -z $phpldap ]] && phpldap="php${php_ver}-ldap"
Expand Down

0 comments on commit 91f7cb0

Please sign in to comment.