1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

Manjaro requires additional base-devel package

This commit is contained in:
Matt Culpepper 2021-11-08 16:30:28 -06:00 committed by Wez Furlong
parent 4225610c09
commit 54837a696c

View File

@ -96,6 +96,11 @@ 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 \
'cargo' \
'cmake' \