diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2020-06-04 13:34:48 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-04 13:38:56 +0200 |
commit | 53c927c7a35f99329f8a77a2b671536637211de7 (patch) | |
tree | 022a338d462c8ea02fd271c069b9e192a7f5e731 /installer | |
parent | 142cf4849b11160657b3c1c181dc8fd89d06e5d8 (diff) |
#971 Update ogClient repo URL in installer
Use opengnsys github repository for installer.
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index ff286a51..a1586067 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1388,7 +1388,7 @@ function copyClientFiles() errorAndLog "${FUNCNAME}(): client copy files with errors" fi - local ogclientUrl="https://codeload.github.com/alvneiayu/ogClient/zip/$BRANCH" + local ogclientUrl="https://codeload.github.com/opengnsys/ogClient/zip/$BRANCH" echoAndLog "${FUNCNAME}(): downloading ogClient code..." |