Skip to content

Commit

Permalink
install release from stable channel by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MonzElmasry committed Nov 23, 2020
1 parent bfb5fc5 commit b7b2e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -60,7 +60,7 @@ setup_env() {

# --- make sure install channel has a value
if [ -z "${INSTALL_RKE2_CHANNEL}" ]; then
INSTALL_RKE2_CHANNEL="latest"
INSTALL_RKE2_CHANNEL="stable"
fi

# --- make sure install type has a value
Expand Down

0 comments on commit b7b2e1a

Please sign in to comment.