feat: enhance installation scripts with additional dependencies and service configurations

This commit is contained in:
MickLesk
2026-06-02 13:23:52 +02:00
parent 5d74031a8f
commit 9755582eef
4 changed files with 28 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ update_os
msg_info "Installing Dependencies"
$STD apk add --no-cache \
jq \
nginx
msg_ok "Installed Dependencies"
@@ -48,7 +49,4 @@ msg_ok "Configured Cinny"
motd_ssh
customize
msg_info "Cleaning up"
$STD apk cache clean
msg_ok "Cleaned"
cleanup_lxc