1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-14 17:21:32 +01:00

Try to fix google-ttf-fonts-git

This commit is contained in:
kprkpr
2016-11-07 22:08:44 +01:00
parent c7860f3d9b
commit cd8f7c22b4

View File

@@ -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