chg: [installer] Added Numeric Release Version

pull/8400/head
Steve Clement 2022-05-23 12:16:48 +02:00
parent b34fb5ee04
commit abcca7b15d
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
1 changed files with 5 additions and 0 deletions

View File

@ -897,6 +897,11 @@ if [[ "${FLAVOUR}" == "ubuntu" ]]; then
echo "Please report bugs/issues here: https://github.com/MISP/MISP/issues"
installSupported PHP="7.4" && exit || exit
fi
if [[ "${RELEASE}" == "22.04" ]]; then
echo "Install on Ubuntu 22.04 LTS fully supported."
echo "Please report bugs/issues here: https://github.com/MISP/MISP/issues"
installSupported PHP="7.4" && exit || exit
fi
if [[ "${RELEASE}" == "18.10" ]]; then
echo "Install on Ubuntu 18.10 partially supported, bye."
echo "Please report bugs/issues here: https://github.com/MISP/MISP/issues"