forked from forkanization/Proxmox-arm64
Merge pull request #121 from markgaze/unbound
Install logrotate to fix unbound LXC
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
+2
-2
@@ -36,5 +36,5 @@
|
|||||||
"type": "info"
|
"type": "info"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"status": "🚧"
|
"status": "✅"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user