From cd8f7c22b44c40b05b2cc4fe588ad43a8c944683 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Mon, 7 Nov 2016 22:08:44 +0100 Subject: [PATCH] Try to fix google-ttf-fonts-git --- archinstall/archinstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/archinstall/archinstall.sh b/archinstall/archinstall.sh index 339078e..158d99b 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -559,6 +559,7 @@ if [[ $nooptprogs != "1" ]];then *2*) packages="$packages ttf-dejavu";;& *3*) packages="$packages ttf-ms-fonts";;& *4*) packages="$packages ttf-google-fonts-git" + packages=${packages//noto-fonts / } #Delete noto-fonts from the list execl chroot pacman -Rdd noto-fonts --noconfirm --needed #This is because ttf-google-fonts provides noto-fonts (But not noto-fonts-cjk neither noto-fonts-emoji ;;& esac