diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-19 11:47:44 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-19 11:47:44 -0200 |
commit | 25d3c4cd2632d6ee0f57f264cf79304404cb0e3d (patch) | |
tree | bb90e20fe5c229f2501e7bd8194973f40f08d0f1 /share/hydractl/install | |
parent | 517f70e24ea76925bef7d52e219dbce8f014d8e4 (diff) | |
download | hydra-25d3c4cd2632d6ee0f57f264cf79304404cb0e3d.tar.gz hydra-25d3c4cd2632d6ee0f57f264cf79304404cb0e3d.tar.bz2 |
Intialization fixes
Diffstat (limited to 'share/hydractl/install')
-rwxr-xr-x | share/hydractl/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/install b/share/hydractl/install index 7eb6830..0f43b4f 100755 --- a/share/hydractl/install +++ b/share/hydractl/install @@ -22,7 +22,7 @@ hydra_config_load # Validation if [ -z "$ORIGIN" ]; then - ORIGIN="git://git.sarava.org/hydra.git" + ORIGIN="git://git.fluxo.info/hydra.git" fi # Set sudo config |