Fix headless mode (#12960)
This was broken by two things: 1. A merge conflict in the install.sh script leading to bad sh syntax 2. A return removed by accident when we refactored main Release Notes: - N/A
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ main() {
|
||||
}
|
||||
|
||||
linux() {
|
||||
if [[ -n "${ZED_BUNDLE_PATH:-}" ]]; then
|
||||
if [ -n "${ZED_BUNDLE_PATH:-}" ]; then
|
||||
cp "$ZED_BUNDLE_PATH" "$temp/zed-linux-$arch.tar.gz"
|
||||
else
|
||||
echo "Downloading Zed"
|
||||
|
||||
Reference in New Issue
Block a user