From 4828905f7b904d095a8ff346d00e92ba78785b65 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Mon, 7 Nov 2016 22:11:09 +0100 Subject: [PATCH] changes --- archinstall/archinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/archinstall.sh b/archinstall/archinstall.sh index 158d99b..d6a5953 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -559,7 +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 + packages=${packages//noto-fonts / } #Delete noto-fonts from the list (The command is right with this spaces, because if not, it will remove variations like cjk, that google fonts doesnt provide 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