diff --git a/scripts/install.sh b/scripts/install-latest.sh similarity index 97% rename from scripts/install.sh rename to scripts/install-latest.sh index 4503fcd..a2762c4 100755 --- a/scripts/install.sh +++ b/scripts/install-latest.sh @@ -20,7 +20,8 @@ echo "" echo " See https://docs.ozone-his.com/ for how to set it up for production." echo "" -# Default to current code version + +# TODO: Replace this default with the latest stable version ozoneVersion=${1:-1.0.0-SNAPSHOT} echo "$INFO Ozone version: $ozoneVersion"