diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-07 09:49:24 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-07 09:49:24 +0100 |
| commit | fe1d19a9c7c17544e0f2459d622cea96df268d4f (patch) | |
| tree | 80df9699120f00ade0dca4e102a994cab8c453ce | |
| parent | 6d8541f052ef450c036406f7715674ada2d99db8 (diff) | |
mox/reinstall
| -rw-r--r-- | mox/install.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mox/install.mk b/mox/install.mk index efe56cf..7c70fdd 100644 --- a/mox/install.mk +++ b/mox/install.mk @@ -1,6 +1,9 @@ .PHONY: install install: install_unbound install_mox +.PHONY: reinstall +reinstall: install_unbound install_mox + .PHONY: install_unbound install_unbound: /usr/sbin/unbound /etc/resolv.conf /var/lib/unbound/root.key install_unbound_anchor_crontab /etc/unbound/unbound.conf.d/dnssec.conf |
