Skip to content

Commit

Permalink
Request change from ben
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelOv committed Jun 5, 2024
1 parent a78eec3 commit 601f7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idoit-install
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 601f7a3

Please sign in to comment.