diff --git a/ct/alpine-forgejo.sh b/ct/alpine-forgejo.sh index b3437425..50a4694f 100644 --- a/ct/alpine-forgejo.sh +++ b/ct/alpine-forgejo.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: Johann3s-H (An!ma) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -20,27 +20,22 @@ color catch_errors function update_script() { - header_info - msg_info "Updating Alpine Packages" $STD apk -U upgrade msg_ok "Updated Alpine Packages" msg_info "Updating Forgejo" - apk upgrade forgejo + $STD apk upgrade forgejo msg_ok "Updated Forgejo" msg_info "Restarting Forgejo" - rc-service forgejo restart + $STD rc-service forgejo restart msg_ok "Restarted Forgejo" } start -msg_info "start done" build_container -msg_info "build_container done" description -msg_info "description done" msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"