Hello, I've been trying to install ISPconfig on a server with Debian 12, but I keep getting the following error: [INFO] Adding quota to fstab. [ERROR] Exception occurred: ISPConfigOSException -> Command mount -o remount / 2>&1 && quotaoff -avug 2>&1 && quotacheck -avugm 2>&1 && quotaon -avug 2>&1 failed. (/ispconfig.ai.php:15) Not sure how to fix it, so any help will be greatly appreciated. Thanks
This means that your system does not support Linux system quota. You must run the installer with the --no-quota option (it's explained in the comments under the installation tutorial as well).