From 2129d5adefdfd027fb31b85910b2d388672bc849 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Mon, 1 Feb 2021 15:28:28 +0400 Subject: [PATCH] Updated fonts installation. Signed-off-by: Pavel Kirilin <win10@list.ru> --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f8a1e86..7b1567a 100644 --- a/install.sh +++ b/install.sh @@ -67,7 +67,7 @@ function main(){ sudo pacman -Syu --needed $(cat ./pacman.deps) # Install all fonts. # shellcheck disable=SC2046 - pacman -Syu $(sudo pacman -Ssq "ttf-") + pacman -Syu $(sudo pacman -Ssq "ttf-" | grep -Ev "nerd-fonts-symbols-mono|hanazono") build_libs_from_sources # shellcheck disable=SC2046 pikaur -Syu --needed --noconfirm --noedit $(cat ./pikaur.deps) -- GitLab