fix: remove unneeded task, and add setup_mariadb

This commit is contained in:
Florian 2025-06-20 11:00:09 +02:00 committed by GitHub
parent 8e5b9167a0
commit e078572cb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,11 +13,7 @@ setting_up_container
network_check network_check
update_os update_os
msg_info "Installing Dependencies" setup_mariadb
$STD apt install -y \
curl \
gnupg
msg_ok "Installed Dependencies"
msg_info "Installing Repository" msg_info "Installing Repository"
curl -fsSL http://deb.itsm-ng.org/pubkey.gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/itsm-ng-keyring.gpg curl -fsSL http://deb.itsm-ng.org/pubkey.gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/itsm-ng-keyring.gpg