diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-24 11:06:02 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-24 11:06:02 +0100 |
| commit | 282186421b25ec64ce4c0559a418bc4bc4ad3ce0 (patch) | |
| tree | aa8966766bb6f7b6589612dfaa2132ef6ae12a72 /install/install.sh | |
| parent | a719417c6b94c095d49bcce4d6253f13b2ee5fe5 (diff) | |
| parent | 2a8d0c0edb7281e955fd7ad097e205f07cca1d5c (diff) | |
| download | Ishtar-282186421b25ec64ce4c0559a418bc4bc4ad3ce0.tar.bz2 Ishtar-282186421b25ec64ce4c0559a418bc4bc4ad3ce0.zip | |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'install/install.sh')
| -rwxr-xr-x | install/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/install.sh b/install/install.sh index e80730f9d..1556306c6 100755 --- a/install/install.sh +++ b/install/install.sh @@ -133,7 +133,7 @@ mkdir $INSTALL_PATH'/conf' cd $INSTALL_PATH echo ' * ishtar' -git clone https://gitlab.com/ishtar/ishtar.git 2> /dev/null +git clone https://gitlab.com/iggdrasil/ishtar.git 2> /dev/null # echo ' * oook!' # git clone git://git.proxience.com/git/oook_replace.git 2> /dev/null # ln -s $INSTALL_PATH'/oook_replace/oook_replace' $INSTALL_PATH'/ishtar/' |
