diff --git a/run.linkerd.io/public/install b/run.linkerd.io/public/install index f12dce3596..1d6c7d3412 100755 --- a/run.linkerd.io/public/install +++ b/run.linkerd.io/public/install @@ -2,11 +2,27 @@ set -eu -LINKERD2_VERSION=${LINKERD2_VERSION:-L5D2_STABLE_VERSION} +LINKERD2_VERSION=${LINKERD2_VERSION:-L5D2_EDGE_VERSION} INSTALLROOT=${INSTALLROOT:-"${HOME}/.linkerd2"} happyexit() { echo "" + echo "*******************************************" + echo "* This script is deprecated and no longer *" + echo "* installs stable releases. *" + echo "* *" + echo "* The latest edge release has been *" + echo "* installed. In the future, please use *" + echo "* run.linkerd.io/install-edge *" + echo "* for this behavior. *" + echo "* *" + echo "* For stable releases, please see *" + echo "* https://linkerd.io/releases/ *" + echo "*******************************************" + echo "" + echo " export PATH=\$PATH:${INSTALLROOT}/bin" + echo "" + echo "Now run:" echo "Add the linkerd CLI to your path with:" echo "" echo " export PATH=\$PATH:${INSTALLROOT}/bin"