mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Added Ubuntu Server 19.10 to release check
This commit is contained in:
parent
9592104190
commit
18b459032d
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue