From b6a1429d52f33941d08ddbbeba445b6c3137d350 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Mon, 7 Nov 2016 22:39:44 +0100 Subject: [PATCH] Fixes --- archinstall/archinstall.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/archinstall/archinstall.sh b/archinstall/archinstall.sh index d6a5953..cbb0022 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -559,9 +559,10 @@ 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 (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 - ;;& + #Delete (Package per line) possible packages that conficts with ttf-google-fonts-git + execl chroot pacman -Rdd noto-fonts --noconfirm + execl chroot pacman -Rdd ttf-inconsolata --noconfirm #This is because ttf-google-fonts provides noto-fonts (But not noto-fonts-cjk neither noto-fonts-emoji + ;;& esac case $opt6 in *1*) packages="$packages evince";;& @@ -863,8 +864,7 @@ do case $opt in "No, volver a empezar") rm /tmp/install.log - logout - exit + exec ./selectlang.sh break;; "Si, instalar") break;; "No, apagar el ordenador")