Skip to content

Commit cfba462

Browse files
authored
Merge pull request #104 from thaJeztah/no_more_edge
Use "stable" as default channel
2 parents 85693f1 + 51a9fbf commit cfba462

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

install.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ set -e
1919
SCRIPT_COMMIT_SHA=UNKNOWN
2020

2121

22-
# This value will automatically get changed for:
23-
# * edge
22+
# The channel to install from:
23+
# * nightly
2424
# * test
25-
# * experimental
26-
DEFAULT_CHANNEL_VALUE="test"
25+
# * stable
26+
# * edge (deprecated)
27+
DEFAULT_CHANNEL_VALUE="stable"
2728
if [ -z "$CHANNEL" ]; then
2829
CHANNEL=$DEFAULT_CHANNEL_VALUE
2930
fi

0 commit comments

Comments
 (0)