From 0fc01964996d34f9e86328dbfec0ee364f6e0025 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Fri, 23 Feb 2024 11:57:18 -0800 Subject: [PATCH] remove bin install, vdns scripts have been removed --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 0b760d7..9cc9b75 100755 --- a/install.sh +++ b/install.sh @@ -24,9 +24,6 @@ fi chmod 755 sbin/* cp sbin/* /usr/local/sbin/ -chmod 755 bin/* -cp bin/* /usr/local/bin/ - if [[ ! -f /usr/local/etc/pdns.conf ]]; then cp etc/pdns.conf /usr/local/etc/pdns.conf chmod 640 /usr/local/etc/pdns.conf