From becee8dbc284b80a61eb9c079b1789d9b4dfeeba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diki=E2=80=99s?= <131377175+d0000-creator@users.noreply.github.com> Date: Thu, 15 May 2025 17:48:58 +0200 Subject: [PATCH] Update MARIADB_11.4 and sha256sum --- src/cloudpanel/install-service.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cloudpanel/install-service.sh b/src/cloudpanel/install-service.sh index 9bce99b..4682fb0 100644 --- a/src/cloudpanel/install-service.sh +++ b/src/cloudpanel/install-service.sh @@ -10,5 +10,5 @@ source zamba.conf wget -O - https://apt.bashclub.org/gpg/bashclub.pub | gpg --dearmor > /usr/share/keyrings/bashclub-keyring.gpg curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh -echo "2aefee646f988877a31198e0d84ed30e2ef7a454857b606608a1f0b8eb6ec6b6 install.sh" | sha256sum -c -DB_ENGINE=MARIADB_10.11 SWAP=false bash install.sh +echo "a3ba69a8102345127b4ae0e28cfe89daca675cbc63cd39225133cdd2fa02ad36 install.sh" | sha256sum -c +DB_ENGINE=MARIADB_11.4 SWAP=false bash install.sh