diff --git a/idoit-install b/idoit-install index d727895..4ee176b 100644 --- a/idoit-install +++ b/idoit-install @@ -405,7 +405,7 @@ function identifyOS { MARIADB_UNIT="mysql" MEMCACHED_UNIT="memcached" PHP_FPM_UNIT="php8.3-fpm" - abort "Error: Ubuntu 24.04 is using PHP 8.3 which is actually not supported by i-doit. See https://kb.i-doit.com/en/installation/system-requirements.html. \nPlease use Ubuntu 22.04 or install i-doit manuel with PHP 8.2." + abort "Error: Ubuntu 24.04 is using PHP 8.3 which is actually not supported by i-doit. See https://kb.i-doit.com/en/installation/system-requirements.html. \nPlease use Ubuntu 22.04 or install i-doit manually with PHP 8.2." elif [[ "$NAME" == "Ubuntu" && "$VERSION_ID" == "22.04" ]]; then export DEBIAN_FRONTEND="noninteractive" OS="ubuntu2204"