mirror of
https://github.com/wez/wezterm.git
synced 2024-12-22 21:01:36 +03:00
Apply suggestions from code review
This commit is contained in:
parent
54837a696c
commit
c47c7c6d1f
6
get-deps
6
get-deps
@ -96,12 +96,8 @@ fi
|
|||||||
|
|
||||||
if test -e /etc/arch-release ; then
|
if test -e /etc/arch-release ; then
|
||||||
PACMAN="$SUDO pacman"
|
PACMAN="$SUDO pacman"
|
||||||
|
|
||||||
if test -e /etc/manjaro-release ; then
|
|
||||||
$PACMAN -S --noconfirm --needed base-devel
|
|
||||||
fi
|
|
||||||
|
|
||||||
$PACMAN -S --noconfirm --needed \
|
$PACMAN -S --noconfirm --needed \
|
||||||
|
'base-devel' \
|
||||||
'cargo' \
|
'cargo' \
|
||||||
'cmake' \
|
'cmake' \
|
||||||
'fontconfig' \
|
'fontconfig' \
|
||||||
|
Loading…
Reference in New Issue
Block a user