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

View File

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

View File

@@ -36,5 +36,5 @@
"type": "info"
}
],
"status": "🚧"
}
"status": ""
}