From bf7bdb45f8a42d1a146aeead832b47c48a92f397 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Wed, 7 Feb 2024 12:23:17 -0800 Subject: [PATCH] update installer to install both bin/vdns and sbin/pdns scripts --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 7ebc34b..0b760d7 100755 --- a/install.sh +++ b/install.sh @@ -21,6 +21,9 @@ if [[ ! -f /root/.pdns-credentials.ini ]]; then echo "Update /root/.pdns-credentials.ini with your settings (this is to be used with certbot-dns-powerdns)." fi +chmod 755 sbin/* +cp sbin/* /usr/local/sbin/ + chmod 755 bin/* cp bin/* /usr/local/bin/