1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-22 04:41:34 +03:00

Apply suggestions from code review

This commit is contained in:
Wez Furlong 2021-11-09 07:47:16 -08:00
parent 54837a696c
commit c47c7c6d1f

View File

@ -96,12 +96,8 @@ fi
if test -e /etc/arch-release ; then
PACMAN="$SUDO pacman"
if test -e /etc/manjaro-release ; then
$PACMAN -S --noconfirm --needed base-devel
fi
$PACMAN -S --noconfirm --needed \
'base-devel' \
'cargo' \
'cmake' \
'fontconfig' \