From 0996fcec372b888a6ecc6d7c31ee471ee94a73a5 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Thu, 20 Oct 2022 10:56:36 -0700 Subject: [PATCH] Update 'scripts/gitlabinstall.sh' --- scripts/gitlabinstall.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/gitlabinstall.sh b/scripts/gitlabinstall.sh index 90f1494..bdc1971 100644 --- a/scripts/gitlabinstall.sh +++ b/scripts/gitlabinstall.sh @@ -18,8 +18,13 @@ deb-src https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu/ focal main EOF sudo apt update sudo apt install gitlab-ce -sudo gitlab-rake gitlab:env:info sudo ufw allow https sudo ufw allow http sudo ufw allow ssh -sudo ufw reload \ No newline at end of file +sudo ufw reload +echo -e "==================================================================" +echo "Congrats on installing GitLab Community Edition" +echo "These are your login credentials, make sure to change them." +echo "Username: root" +cat /etc/gitlab/initial_root_password | grep Password: +echo -e "==================================================================" \ No newline at end of file