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
This commit is contained in:
feelamee 2024-03-03 21:26:09 +00:00 committed by GitHub
parent 0717d30389
commit 49f378ead3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ if [[ -n $pacman ]]; then
wayland wayland
libxkbcommon-x11 libxkbcommon-x11
openssl openssl
libzstd zstd
) )
$maysudo "$pacman" -S --needed --noconfirm "${deps[@]}" $maysudo "$pacman" -S --needed --noconfirm "${deps[@]}"
exit 0 exit 0