mirror of https://github.com/tteck/Proxmox.git
Update mariadb-install.sh
fix Debian 12 install closes https://github.com/tteck/Proxmox/issues/1580
This commit is contained in:
parent
2fbac0383a
commit
4d6a9b777d
|
@ -20,8 +20,6 @@ $STD apt-get install -y mc
|
|||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing MariaDB"
|
||||
$STD bash <(curl -fsSL https://r.mariadb.com/downloads/mariadb_repo_setup)
|
||||
$STD apt-get update
|
||||
$STD apt-get install -y mariadb-server
|
||||
msg_ok "Installed MariaDB"
|
||||
|
||||
|
|
Loading…
Reference in New Issue