Installer angepasst für aktuelle Systeme

This commit is contained in:
2023-04-21 09:17:10 +02:00
parent f803effbbd
commit f2938cf701
9 changed files with 249 additions and 267 deletions

View File

@@ -31,5 +31,5 @@ foreach ($fileArray as $file)
}
}
if (trim(exec('dpkg -s php7.4-cli | grep Status: ')) != '' || trim(exec('dpkg -s php7.3-cli | grep Status: ')) != '')
if (trim(exec('dpkg -s php7.4-cli | grep Status: ')) != '' || trim(exec('dpkg -s php7.3-cli | grep Status: ')) != '' || trim(exec('dpkg -s php8.0-cli | grep Status: ')) != '' || trim(exec('dpkg -s php8.1-cli | grep Status: ')) != '' || trim(exec('dpkg -s php8.2-cli | grep Status: ')) != '')
setConfig('cron:execution.cron', time());