diff --git a/README.md b/README.md index c5c1ab3385c289ff1ed37e4531fa4b2981ef64b6..0adae6e4dd02bca93d6dc55e5550456443f1d74e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ APT cache is stale; updating... Would upgrade from 10.0.7-ce.0 to 10.1.2-ce.0 ``` -### Making Tool Globally Executable +## Making Tool Globally Executable The tool can be made available to multiple users by deploying it to the `/usr/local/bin/` directory on your server. diff --git a/update-gitlab b/update-gitlab index 7531e11633ad0ddf05710258a8cd6b989a544706..475bce38dce2e960168c6268cd00116e8617fa63 100755 --- a/update-gitlab +++ b/update-gitlab @@ -3,6 +3,8 @@ # This tool upgrades GitLab Omnibus to the most recent patch version of the # previous minor version. GitLab maintains security fixes for the 3 most recent # minor versions, but the latest minor version frequently has regressions. +# +# See https://git.codingallnight.com/chris/gitlab-updater for latest version program_name=$(basename "$0") package='gitlab-ce'