script/linux 🔗
@@ -61,7 +61,7 @@ if [[ -n $pacman ]]; then
wayland
libxkbcommon-x11
openssl
- libzstd
+ zstd
)
$maysudo "$pacman" -S --needed --noconfirm "${deps[@]}"
exit 0
feelamee created
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(-)
@@ -61,7 +61,7 @@ if [[ -n $pacman ]]; then
wayland
libxkbcommon-x11
openssl
- libzstd
+ zstd
)
$maysudo "$pacman" -S --needed --noconfirm "${deps[@]}"
exit 0