mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-10 14:49:13 +02:00
Update script messages for GitLab installation
This commit is contained in:
committed by
GitHub
parent
ec74ef5be6
commit
27190a1fcc
+5
-5
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
source "$(dirname "${BASH_SOURCE[0]}")/../misc/build.func" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_URL:-https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main}/misc/build.func")
|
||||
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
||||
# Copyright (c) 2021-2026 community-scripts ORG
|
||||
# Author: MickLesk (CanbiZ)
|
||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||
@@ -30,14 +30,14 @@ function update_script() {
|
||||
exit
|
||||
fi
|
||||
|
||||
msg_info "Updating ${APP} (Patience)"
|
||||
msg_info "Updating GitLab (Patience)"
|
||||
$STD apt update
|
||||
$STD apt install -y gitlab-ce
|
||||
msg_ok "Updated ${APP}"
|
||||
msg_ok "Updated GitLab"
|
||||
|
||||
msg_info "Reconfiguring ${APP} (Patience)"
|
||||
msg_info "Reconfiguring GitLab (Patience)"
|
||||
$STD gitlab-ctl reconfigure
|
||||
msg_ok "Reconfigured ${APP}"
|
||||
msg_ok "Reconfigured GitLab"
|
||||
msg_ok "Updated successfully!"
|
||||
exit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user