From 49f378ead317528b76242091480e710a935d55b9 Mon Sep 17 00:00:00 2001 From: feelamee <106318766+feelamee@users.noreply.github.com> Date: Sun, 3 Mar 2024 21:26:09 +0000 Subject: [PATCH] Fix name of zstd package in Arch Linux repos (#8789) Fixed name of [zstd](https://archlinux.org/packages/core/x86_64/zstd/) package in Arch Linux repos in script for installing deps, required for building Zed on linux Release Notes: - N/A --- script/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/linux b/script/linux index fd562573f1a09bf38e41793bbcaf8840f9524b4a..ea248260adb70b513bcd158e069ecbba0b9b4f1c 100755 --- a/script/linux +++ b/script/linux @@ -61,7 +61,7 @@ if [[ -n $pacman ]]; then wayland libxkbcommon-x11 openssl - libzstd + zstd ) $maysudo "$pacman" -S --needed --noconfirm "${deps[@]}" exit 0