Commit 8ccc5e8a926ce210447ed10a281c984b3015e3b0

Authored by Jacob Vosmaer
1 parent 432bcc4b

Add a warning to the post-install message

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
package-scripts/gitlab/postinst
@@ -21,5 +21,8 @@ echo "Thank you for installing GitLab!" @@ -21,5 +21,8 @@ echo "Thank you for installing GitLab!"
21 echo "You can configure GitLab for your system by running the following command:" 21 echo "You can configure GitLab for your system by running the following command:"
22 echo 22 echo
23 echo "sudo gitlab-ctl reconfigure" 23 echo "sudo gitlab-ctl reconfigure"
  24 +echo
  25 +echo WARNING: this is an unstable release. This installer should not be used in production.
  26 +echo
24 27
25 exit 0 28 exit 0