Skip to content
Snippets Groups Projects
Unverified Commit 2129d5ad authored by Pavel Kirilin's avatar Pavel Kirilin :alien:
Browse files

Updated fonts installation.


Signed-off-by: default avatarPavel Kirilin <win10@list.ru>
parent 051c0ee3
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment