remove bin install, vdns scripts have been removed

This commit is contained in:
Matthew Saunders Brown 2024-02-23 11:57:18 -08:00
parent 88540c4a6c
commit 0fc0196499

View File

@ -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