mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
Default linux to stable (#14061)
Release Notes: - linux: default install.sh to stable
This commit is contained in:
parent
33a67ad6b9
commit
9282bf97ae
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ main() {
|
|||
platform="macos"
|
||||
elif [ "$platform" = "Linux" ]; then
|
||||
platform="linux"
|
||||
channel="${ZED_CHANNEL:-preview}"
|
||||
else
|
||||
echo "Unsupported platform $platform"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue