Default linux to stable (#14061)

Conrad Irwin created

Release Notes:

- linux: default install.sh to stable

Change summary

script/install.sh | 1 -
1 file changed, 1 deletion(-)

Detailed changes

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