Update bluecherry

This commit is contained in:
tremor021 2025-05-09 18:32:45 +02:00
parent ef9484976f
commit 79e2125dd8

View File

@ -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