Describe the bug
Cyberpanel v2.4.5 installer bails out on a fresh Ubuntu24 OS because of broken mariadb maxscale repo.
Looks like you've fixed this problem for RHEL-based distros already:
https://github.com/usmannasir/cyberpanel/blob/a9f5decf9dcd8c193aa3eb8a5fc2e0563478b9d2/install/installCyberPanel.py#L940C28-L940C73
To Reproduce
Run cyberpanel installer:
sh <(curl https://cyberpanel.net/install.sh) -v ols -p YOUR_PASSWORD -m postfix/pureftpd/powerdns
Expected behavior
Installer installs Cyberpanel
Screenshots
If applicable, add screenshots to help explain your problem.
Operating system:
Ubuntu 24.04.4 LTS
CyberPanel version:
v2.4.5
Additional context
Relevant logs:
[03.23.2026_12-12-57] Running: curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=10.11
[03.23.2026_12-12-57] #########################################################################
# [info] Checking for script prerequisites.
# [info] MariaDB Server version 10.11 is valid
# [info] Repository file successfully written to /etc/apt/sources.list.d/mariadb.list
# [info] Adding trusted package signing keys...
# [info] Running apt-get update...
E: The repository 'https://dlm.mariadb.com/repo/maxscale/latest/apt noble Release' does not have a Release file.
# [error] Failed to add trusted package signing keys
[03.23.2026_12-13-03] #########################################################################
[03.23.2026_12-13-03] Successfully ran: curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=10.11.
[03.23.2026_12-13-03] #########################################################################
[03.23.2026_12-13-03] #########################################################################
[03.23.2026_12-13-03] Running: DEBIAN_FRONTEND=noninteractive apt-get update -y
[03.23.2026_12-13-03] #########################################################################
Hit:1 https://deb.spaceship.net/starlight-public/ubuntu noble InRelease
Ign:3 https://dlm.mariadb.com/repo/maxscale/latest/apt noble InRelease
Ign:4 http://rpms.litespeedtech.com/debian noble InRelease
Hit:5 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:6 http://rpms.litespeedtech.com/debian noble Release
Hit:7 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Err:8 https://dlm.mariadb.com/repo/maxscale/latest/apt noble Release
404 Not Found [IP: 104.18.135.24 443]
Hit:2 https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu noble InRelease
Hit:9 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Hit:10 http://security.ubuntu.com/ubuntu noble-security InRelease
Reading package lists... Done
E: The repository 'https://dlm.mariadb.com/repo/maxscale/latest/apt noble Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
[03.23.2026_12-13-05] #########################################################################
[03.23.2026_12-13-05] Running DEBIAN_FRONTEND=noninteractive apt-get update -y failed. Running again, try number 1
[03.23.2026_12-13-05] #########################################################################
Hit:1 https://deb.spaceship.net/starlight-public/ubuntu noble InRelease
Ign:3 http://rpms.litespeedtech.com/debian noble InRelease
Ign:4 https://dlm.mariadb.com/repo/maxscale/latest/apt noble InRelease
Hit:5 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:6 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:7 http://rpms.litespeedtech.com/debian noble Release
Hit:8 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Err:9 https://dlm.mariadb.com/repo/maxscale/latest/apt noble Release
404 Not Found [IP: 104.17.191.14 443]
Hit:2 https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu noble InRelease
Hit:10 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Reading package lists... Done
E: The repository 'https://dlm.mariadb.com/repo/maxscale/latest/apt noble Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
[03.23.2026_12-13-07] #########################################################################
[03.23.2026_12-13-07] Running DEBIAN_FRONTEND=noninteractive apt-get update -y failed. Running again, try number 2
[03.23.2026_12-13-07] #########################################################################
Hit:1 https://deb.spaceship.net/starlight-public/ubuntu noble InRelease
Ign:3 http://rpms.litespeedtech.com/debian noble InRelease
Ign:4 https://dlm.mariadb.com/repo/maxscale/latest/apt noble InRelease
Hit:5 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:6 http://rpms.litespeedtech.com/debian noble Release
Hit:7 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Err:8 https://dlm.mariadb.com/repo/maxscale/latest/apt noble Release
404 Not Found [IP: 104.17.191.14 443]
Hit:9 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:2 https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu noble InRelease
Hit:10 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Reading package lists... Done
E: The repository 'https://dlm.mariadb.com/repo/maxscale/latest/apt noble Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
[03.23.2026_12-13-09] #########################################################################
[03.23.2026_12-13-09] Running DEBIAN_FRONTEND=noninteractive apt-get update -y failed. Running again, try number 3
[03.23.2026_12-13-09] #########################################################################
[03.23.2026_12-13-09] #########################################################################
[03.23.2026_12-13-09] [ERROR] We are not able to run DEBIAN_FRONTEND=noninteractive apt-get update -y return code: 100. Fatal error, see /var/log/installLogs.txt for full details.
[03.23.2026_12-13-09] #########################################################################```
Describe the bug
Cyberpanel v2.4.5 installer bails out on a fresh Ubuntu24 OS because of broken mariadb maxscale repo.
Looks like you've fixed this problem for RHEL-based distros already:
https://github.com/usmannasir/cyberpanel/blob/a9f5decf9dcd8c193aa3eb8a5fc2e0563478b9d2/install/installCyberPanel.py#L940C28-L940C73
To Reproduce
Run cyberpanel installer:
sh <(curl https://cyberpanel.net/install.sh) -v ols -p YOUR_PASSWORD -m postfix/pureftpd/powerdns
Expected behavior
Installer installs Cyberpanel
Screenshots
If applicable, add screenshots to help explain your problem.
Operating system:
Ubuntu 24.04.4 LTS
CyberPanel version:
v2.4.5
Additional context
Relevant logs: