Open
Description
Hello,
I encountered several issues with the script on Debian 12:
- The package 'geoipupdate' is not available.
- The 'cron' package, which includes the crontab binary, is not installed.
For the geoipupdate installation, I used the following commands:
wget https://github.com/maxmind/geoipupdate/releases/download/v7.0.1/geoipupdate_7.0.1_linux_amd64.deb
dpkg -i geoipupdate_7.0.1_linux_amd64.deb
Another issue concerns the MariaDB version restriction specified in app/etc/di.xml at line 1856. The following modification ensures compatibility with MariaDB versions 10 through 11:
<item name="MariaDB-(10.2-10.11)" xsi:type="string">^10\.([2-9]|10|11)\.</item>
Kind regards