From 40571260edbca0c3ca7487377fbfd563180e2bab Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 3 Feb 2026 00:43:49 +0100 Subject: [PATCH] Add debian PowerDNS --- install/powerdns-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/powerdns-install.sh b/install/powerdns-install.sh index 53c951bd3..670d8d56f 100644 --- a/install/powerdns-install.sh +++ b/install/powerdns-install.sh @@ -18,7 +18,7 @@ msg_info "Installing Dependencies" $STD apt install -y sqlite3 msg_ok "Installed Dependencies" -PHP_VERSION="8.3" PHP_APACHE="YES" PHP_FPM="YES" PHP_MODULE="gettext,openssl,tokenizer,pdo,sqlite3,ldap" setup_php +PHP_VERSION="8.3" PHP_APACHE="YES" PHP_FPM="YES" PHP_MODULE="gettext,openssl,tokenizer,sqlite3,ldap" setup_php setup_deb822_repo \ "pdns" \ "https://repo.powerdns.com/FD380FBB-pub.asc" \