You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# FEATURE: not supported with actual i-doit version see https://kb.i-doit.com/en/installation/system-requirements.html
398
397
export DEBIAN_FRONTEND="noninteractive"
399
398
OS="ubuntu2404"
400
399
APACHE_USER="www-data"
@@ -408,7 +407,6 @@ function identifyOS {
408
407
MARIADB_UNIT="mysql"
409
408
MEMCACHED_UNIT="memcached"
410
409
PHP_FPM_UNIT="php8.3-fpm"
411
-
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."
0 commit comments