diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 12:19:59 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 12:19:59 +0200 |
commit | ffe8952e96d56d6fa7d1c76fda3cb76a23cd386c (patch) | |
tree | 87937df4c17d42298ec77cd1ae78f87c1ee814aa | |
parent | 279c2697d35d1f0a5eaa32b9860d76309fb92353 (diff) |
#959: OGAgent installer downloads from its new repository.
-rwxr-xr-x | installer/ogagent-devel-installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/ogagent-devel-installer.sh b/installer/ogagent-devel-installer.sh index d8745c52..5e70af8f 100755 --- a/installer/ogagent-devel-installer.sh +++ b/installer/ogagent-devel-installer.sh @@ -13,7 +13,7 @@ # Variables. PROGDIR="$PWD/ogagent" BRANCH="master" -SVNURL="https://github.com/opengnsys/OpenGnsys/branches/$BRANCH/admin/Sources/Clients/ogagent" +SVNURL="https://github.com/opengnsys/ogAgent/branches/$BRANCH/" # Show prerequisites needed to build the environment. mkdir -p $PROGDIR || exit 1 |