From b8bb43fbca3b8c57e0d293162b8bf376d6a24bbc Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 25 Apr 2021 22:20:39 +0200 Subject: [PATCH] install.sh: Install Unbound files --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 34eb2de..7f1b94b 100755 --- a/install.sh +++ b/install.sh @@ -213,6 +213,8 @@ install_symlink /usr/bin/pman "$DESTDIR$usrlocal_pre install_data misc_etc_files/sysctl.conf "$DESTDIR$sysconfdir/sysctl.conf" install_data misc_systemd_units/reboot-notify.service "$DESTDIR$systemdunitdir/reboot-notify.service" install_data misc_etc_files/autofs.conf "$DESTDIR$sysconfdir/autofs.conf" +install_data misc_etc_files/unbound/unbound.conf "$DESTDIR$sysconfdir/unbound/unbound.conf" +install_data misc_etc_files/unbound/root.key "$DESTDIR$sysconfdir/unbound/root.key" postinstall exit