mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-16 10:11:32 +01:00
changes
This commit is contained in:
@@ -559,7 +559,7 @@ if [[ $nooptprogs != "1" ]];then
|
|||||||
*2*) packages="$packages ttf-dejavu";;&
|
*2*) packages="$packages ttf-dejavu";;&
|
||||||
*3*) packages="$packages ttf-ms-fonts";;&
|
*3*) packages="$packages ttf-ms-fonts";;&
|
||||||
*4*) packages="$packages ttf-google-fonts-git"
|
*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
|
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
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user