Skip to content

Commit ed679a8

Browse files
authored
Merge pull request #297 from thaJeztah/update_rootless2
update rootless-install to 20.10.17
2 parents 3255aa3 + 307042a commit ed679a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rootless-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ if [ -z "$CHANNEL" ]; then
2929
CHANNEL=$DEFAULT_CHANNEL_VALUE
3030
fi
3131
# The latest release is currently hard-coded.
32-
STABLE_LATEST="20.10.16"
33-
TEST_LATEST="20.10.16"
32+
STABLE_LATEST="20.10.17"
33+
TEST_LATEST="20.10.17"
3434
STATIC_RELEASE_URL=
3535
STATIC_RELEASE_ROOTLESS_URL=
3636
case "$CHANNEL" in

0 commit comments

Comments
 (0)