mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Default linux to stable (#14061)
Release Notes: - linux: default install.sh to stable
This commit is contained in:
parent
33a67ad6b9
commit
9282bf97ae
@ -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 New Issue
Block a user