From 4c1a293ca5ff43d4e7f63390e58fad3b37d19e61 Mon Sep 17 00:00:00 2001 From: markgaze Date: Fri, 21 Mar 2025 14:50:12 +0000 Subject: [PATCH 1/2] Install logrotate --- install/unbound-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/unbound-install.sh b/install/unbound-install.sh index 9176ce277..7cbb1b37f 100644 --- a/install/unbound-install.sh +++ b/install/unbound-install.sh @@ -19,7 +19,8 @@ $STD apt-get install -y \ curl \ mc \ wget \ - openssh-server + openssh-server \ + logrotate msg_ok "Installed Dependencies" msg_info "Installing Unbound" From 1ad4753886391eb89528d687d5a2329641b37583 Mon Sep 17 00:00:00 2001 From: Mark Gaze Date: Sat, 22 Mar 2025 19:59:08 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Update=20status=20to=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/unbound.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/unbound.json b/json/unbound.json index 1db6cc124..78fdab65c 100644 --- a/json/unbound.json +++ b/json/unbound.json @@ -36,5 +36,5 @@ "type": "info" } ], - "status": "🚧" -} \ No newline at end of file + "status": "✅" +}