Merge pull request #121 from markgaze/unbound

Install logrotate to fix unbound LXC
This commit is contained in:
Sam Heinz
2025-03-23 14:16:32 +10:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ $STD apt-get install -y \
curl \ curl \
mc \ mc \
wget \ wget \
openssh-server openssh-server \
logrotate
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Unbound" msg_info "Installing Unbound"
+1 -1
View File
@@ -36,5 +36,5 @@
"type": "info" "type": "info"
} }
], ],
"status": "🚧" "status": ""
} }