extend gitea

This commit is contained in:
CanbiZ
2025-03-25 09:20:31 +01:00
parent 54ca06407c
commit e8c3d030f3
2 changed files with 7 additions and 6 deletions

View File

@@ -25,15 +25,15 @@ $STD apk add \
msg_ok "Installed Dependencies"
msg_info "Installing Gitea"
apk add --no-cache gitea
$STD apk add --no-cache gitea
msg_ok "Installed Gitea"
msg_info "Enabling Gitea Service"
rc-update add gitea default
$STD rc-update add gitea default
msg_ok "Enabled Gitea Service"
msg_info "Starting Gitea"
service gitea start
$STD service gitea start
msg_ok "Started Gitea"
motd_ssh