mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-25 13:47:15 +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
|
#!/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
|
# Copyright (c) 2021-2026 community-scripts ORG
|
||||||
# Author: MickLesk (CanbiZ)
|
# Author: MickLesk (CanbiZ)
|
||||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||||
@@ -30,14 +30,14 @@ function update_script() {
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
msg_info "Updating ${APP} (Patience)"
|
msg_info "Updating GitLab (Patience)"
|
||||||
$STD apt update
|
$STD apt update
|
||||||
$STD apt install -y gitlab-ce
|
$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
|
$STD gitlab-ctl reconfigure
|
||||||
msg_ok "Reconfigured ${APP}"
|
msg_ok "Reconfigured GitLab"
|
||||||
msg_ok "Updated successfully!"
|
msg_ok "Updated successfully!"
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user