diff options
Diffstat (limited to 'installer/opengnsys_installer.sh')
-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..." |