modifying install shell script and moving binary

This commit is contained in:
Chad Arimura
2017-05-27 07:54:48 -07:00
parent ad793653c8
commit 814553423d
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ else
exit 1
fi
url='https://github.com/treeder/functions/releases/download'
url='https://gitlab.oracledx.com/odx/functions/fn/releases/download'
# perform some very rudimentary platform detection
case "$(uname)" in
@@ -84,7 +84,7 @@ cat >&2 <<'EOF'
installer script (yet - PRs welcome! [fn/install]).
Please visit the following URL for more detailed installation instructions:
https://github.com/treeder/functions
https://gitlab.oracledx.com/odx/functions
EOF
exit 1