Merge branch 'chad-add-fn' into 'master'

modifying install shell script and moving binary

See merge request !23
This commit is contained in:
Chad Arimura
2017-05-27 14:56:19 +00:00
2 changed files with 2 additions and 2 deletions

View File

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