Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote authored Jan 12, 2025
1 parent 7752d9c commit 1e53b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ curl -L ${URL} -o ${PWD}/meshery.tar.gz

validFile=`file ${PWD}/meshery.tar.gz | grep 'gzip compressed data'`
if [ -z "$validFile" ] ; then
printf "Unable to download Meshery archive '%s' from ${URL}. Set MESHERY_VERSION environment variable to a different version and re-run. For example: export MESHERY_VERSION=v0.1.6\n" "$FILENAME"
printf "Unable to download '%s' from ${URL}. Set MESHERY_VERSION environment variable to a different version and re-run. For example: export MESHERY_VERSION=v0.9.0\n" "$FILENAME"
exit;
fi

Expand Down

0 comments on commit 1e53b2a

Please sign in to comment.