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 d5c2758f1706c38b0f96d87e34f6be46adb11a08..2055f155f88c0bbd5b22093cfc9d6c2f9282460e 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