Update bluecherry
This commit is contained in:
parent
ef9484976f
commit
79e2125dd8
@ -17,9 +17,10 @@ msg_info "Installing Dependencies"
|
|||||||
$STD apt-get install -y python3-distutils
|
$STD apt-get install -y python3-distutils
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
install_mysql
|
install_mariadb
|
||||||
|
|
||||||
msg_info "Setting up Bluecherry"
|
msg_info "Setting up Bluecherry"
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
DB_PASS="$(openssl rand -base64 18 | cut -c1-13)"
|
DB_PASS="$(openssl rand -base64 18 | cut -c1-13)"
|
||||||
MYSQL_ROOT_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
|
curl -fsSL https://dl.bluecherrydvr.com/key/bluecherry.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/bluecherry.gpg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user