Skip to content

Commit

Permalink
adds stable script to enable installation latest stable version
Browse files Browse the repository at this point in the history
Signed-off-by: Kálmán Képes <[email protected]>
  • Loading branch information
nyuuyn committed Jul 3, 2017
1 parent e6ce039 commit 03d0e62
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions stable
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh
if [ -z ${CONTAINER_VERSION}${TAG} ]; then
export TAG="v2.0.0"
printf "Using stable version"${TAG}"\n"
printf "Override by using the environment variable TAG\n"
fi

export SCRIPTPATH="https://raw.githubusercontent.com/OpenTOSCA/install.opentosca.org/$TAG"

wget -qO- $SCRIPTPATH/includeInstallCommon.sh | sh
wget -qO- $SCRIPTPATH/includeInstallCommonStart.sh | sh

0 comments on commit 03d0e62

Please sign in to comment.