aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2019-03-08 08:24:23 +0100
committerDennis Eriksen <d@ennis.no>2019-03-08 08:24:23 +0100
commita0f520b7ca83cb356b21bd27c8a717863298075a (patch)
treeb30d84d0d7450e0f2b105957ce3f772342e05f4b
parentfixing urls (diff)
downloadidgatt-a0f520b7ca83cb356b21bd27c8a717863298075a.tar.gz
some commentsv1.0.0
-rwxr-xr-xidgatt.sh3
1 files changed, 3 insertions, 0 deletions
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?