Skip to content

Version 4.6.6

Choose a tag to compare

@andreapollastri andreapollastri released this 10 Jun 09:23
721ec6a

[4.6.6] — 2026-06-10

Fixed

  • setup.sh MariaDB / PHP on Ubuntu 26.04 (resolute) — the installer still always added the MariaDB.org 11.4 repo and ppa:ondrej/php, which have no resolute suite yet (Release file not found at Installing MariaDB…). setup.sh now bootstraps lib/php-apt.sh (curl from GitHub when /opt/cipi does not exist), sanitises broken third-party sources left by a partial install, uses mariadb_setup_apt_repo (MariaDB.org when available, otherwise Ubuntu main — 11.8.x on 26.04), and php_setup_apt_sources (ondrej → packages.sury.org → archive). mariadb_setup_apt_repo / mariadb_apt_source_label added to lib/php-apt.sh.