From 9282bf97ae4bd82369d90cd2ec21d626a3871814 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 10 Jul 2024 10:10:16 -0600 Subject: [PATCH] Default linux to stable (#14061) Release Notes: - linux: default install.sh to stable --- script/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/script/install.sh b/script/install.sh index d5c2758f17..2055f155f8 100755 --- a/script/install.sh +++ b/script/install.sh @@ -11,7 +11,6 @@ main() { platform="macos" elif [ "$platform" = "Linux" ]; then platform="linux" - channel="${ZED_CHANNEL:-preview}" else echo "Unsupported platform $platform" exit 1