Update mariadb-install.sh

fix Debian 12 install
closes https://github.com/tteck/Proxmox/issues/1580
This commit is contained in:
tteckster 2023-07-02 10:33:51 -04:00 committed by GitHub
parent 2fbac0383a
commit 4d6a9b777d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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