minor fixes

This commit is contained in:
CanbiZ (MickLesk)
2026-03-02 15:26:41 +01:00
parent 527b8a0dec
commit 5bfda89ef5

View File

@@ -12,7 +12,6 @@ catch_errors
setting_up_container
network_check
update_os
setup_hwaccel
msg_info "Installing Dependencies"
$STD apt install -y sqlite3
@@ -36,7 +35,8 @@ escape_sql() {
}
msg_info "Setting up PowerDNS"
$STD apt install -y pdns-server \
$STD apt install -y \
pdns-server \
pdns-backend-sqlite3
msg_ok "Setup PowerDNS"