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