Default linux to stable (#14061)

Release Notes:

- linux: default install.sh to stable
This commit is contained in:
Conrad Irwin 2024-07-10 10:10:16 -06:00 committed by GitHub
parent 33a67ad6b9
commit 9282bf97ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,6 @@ main() {
platform="macos"
elif [ "$platform" = "Linux" ]; then
platform="linux"
channel="${ZED_CHANNEL:-preview}"
else
echo "Unsupported platform $platform"
exit 1