diff options
author | Dennis Eriksen <d@ennis.no> | 2019-03-08 08:24:23 +0100 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2019-03-08 08:24:23 +0100 |
commit | a0f520b7ca83cb356b21bd27c8a717863298075a (patch) | |
tree | b30d84d0d7450e0f2b105957ce3f772342e05f4b | |
parent | fixing urls (diff) | |
download | idgatt-a0f520b7ca83cb356b21bd27c8a717863298075a.tar.gz |
some commentsv1.0.0
-rwxr-xr-x | idgatt.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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? |