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