Skip to content

Commit adb0795

Browse files
committed
feat: ✨
1 parent f0e5d55 commit adb0795

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

idoit-install

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ function identifyOS {
394394
elif [[ "$NAME" = "openSUSE" && "$VERSION_ID" == 12* ]]; then
395395
abort "Error: openSUSE 12 is out-dated. It's not supported anymore. Please upgrade."
396396
elif [[ "$NAME" == "Ubuntu" && "$VERSION_ID" == "24.04" ]]; then
397-
# FEATURE: not supported with actual i-doit version see https://kb.i-doit.com/en/installation/system-requirements.html
398397
export DEBIAN_FRONTEND="noninteractive"
399398
OS="ubuntu2404"
400399
APACHE_USER="www-data"
@@ -408,7 +407,6 @@ function identifyOS {
408407
MARIADB_UNIT="mysql"
409408
MEMCACHED_UNIT="memcached"
410409
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."
412410
elif [[ "$NAME" == "Ubuntu" && "$VERSION_ID" == "22.04" ]]; then
413411
export DEBIAN_FRONTEND="noninteractive"
414412

@@ -699,7 +697,6 @@ function configureUbuntu2404 {
699697
memcached unzip moreutils || abort "Unable to install required Ubuntu packages"
700698
}
701699

702-
703700
function configureCentOS7 {
704701
log "Keep your yum packages up-to-date"
705702
yum --assumeyes --quiet update || abort "Unable to update yum packages"

0 commit comments

Comments
 (0)