From a0f520b7ca83cb356b21bd27c8a717863298075a Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Fri, 8 Mar 2019 08:24:23 +0100 Subject: some comments --- idgatt.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/idgatt.sh b/idgatt.sh index f7d6f12..feb0d3e 100755 --- a/idgatt.sh +++ b/idgatt.sh @@ -10,6 +10,9 @@ declare -a DEPS DIR="${HOME}/.idgatt" # Repo URL +# We hardcode the URL here, instead of using `git remote get-url` (or something +# else) so we can deploy this script using i.e. ansible, without having to +# include the whole repository URL='https://git.dnns.no/idgatt.git' # Force update even if files have changed? -- cgit v1.2.3