1
1
mirror of https://github.com/wez/wezterm.git synced 2025-01-03 03:04:04 +03:00

Fix get-deps on arch

This commit is contained in:
Brad Alfirevic 2021-01-09 22:19:26 +00:00 committed by Wez Furlong
parent dcce17b895
commit 6439435178

View File

@ -59,7 +59,7 @@ if test -e /etc/debian_version ; then
fi fi
if test -e /etc/arch-release ; then if test -e /etc/arch-release ; then
pacman -S --noconfirm --needed pacman -S --noconfirm --needed \
'cargo' \ 'cargo' \
'cmake' \ 'cmake' \
'dbus' \ 'dbus' \