From 79e2125dd87352f24e6c5a6b3ead3d7d928bd565 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Fri, 9 May 2025 18:32:45 +0200 Subject: [PATCH] Update bluecherry --- install/bluecherry-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/bluecherry-install.sh b/install/bluecherry-install.sh index 1d72bd0..2dfb579 100644 --- a/install/bluecherry-install.sh +++ b/install/bluecherry-install.sh @@ -17,9 +17,10 @@ msg_info "Installing Dependencies" $STD apt-get install -y python3-distutils msg_ok "Installed Dependencies" -install_mysql +install_mariadb msg_info "Setting up Bluecherry" +export DEBIAN_FRONTEND=noninteractive DB_PASS="$(openssl rand -base64 18 | cut -c1-13)" MYSQL_ROOT_PASS="$(openssl rand -base64 18 | cut -c1-13)" curl -fsSL https://dl.bluecherrydvr.com/key/bluecherry.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/bluecherry.gpg