diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-12-20 13:45:25 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-12-20 13:45:25 -0200 |
commit | 9d01bc8e730335d90d06d3c22b2fb2588bc64fdd (patch) | |
tree | fd9b94d8b37e9842a096ba4b3e56ec7ab684db9b /share | |
parent | 259f58f9dfb0a35fc4508c39789985457810d713 (diff) | |
download | hydra-9d01bc8e730335d90d06d3c22b2fb2588bc64fdd.tar.gz hydra-9d01bc8e730335d90d06d3c22b2fb2588bc64fdd.tar.bz2 |
Updates default ORIGIN at hydra install
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydra/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/hydra/install b/share/hydra/install index 44f712a..27d5aea 100755 --- a/share/hydra/install +++ b/share/hydra/install @@ -36,9 +36,9 @@ ORIGIN_CONFIG="`hydra $HYDRA config git`" # Validate origin if [ ! -z "$ORIGIN_CONFIG" ]; then - ORIGIN="$ORIGIN_CONFIG/hydra.git" + ORIGIN="$ORIGIN_CONFIG/hydra" else - ORIGIN="git://git.fluxo.info/hydra.git" + ORIGIN="https://git.fluxo.info/hydra" fi # Deploy |