Added Ubuntu Server 19.10 to release check

This commit is contained in:
billz 2020-03-26 10:08:20 +00:00
parent 9592104190
commit 18b459032d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ function _get_linux_distro() {
# Sets php package option based on Linux version, abort if unsupported distro
function _set_php_package() {
case $RELEASE in
"18.04") # Ubuntu 18.04 LTS
"18.04"|"19.10") # Ubuntu Server
php_package="php7.4-cgi"
phpcgiconf="/etc/php/7.4/cgi/php.ini" ;;
"10")