mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 01:31:32 +01:00
Update archinstall.sh
Fix google-fonts error of dependencies
This commit is contained in:
@@ -550,7 +550,9 @@ if [[ $nooptprogs != "1" ]];then
|
||||
case $opt5 in
|
||||
*1*) packages="$packages noto-fonts noto-fonts-cjk noto-fonts-emoji";;&
|
||||
*2*) packages="$packages ttf-ms-fonts";;&
|
||||
*3*) packages="$packages ttf-google-fonts-git";;&
|
||||
*3*) packages="$packages ttf-google-fonts-git"
|
||||
execl chroot pacman -Rdd noto-fonts --noconfirm --needed #This is because ttf-google-fonts provides noto-fonts
|
||||
;;&
|
||||
esac
|
||||
case $opt6 in
|
||||
*1*) packages="$packages evince";;&
|
||||
|
||||
Reference in New Issue
Block a user