diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index 25ec683..163f4aa 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -147,23 +147,37 @@ case $optc in esac pacman -S $packc --noconfirm -##Utilidades varias -optd=`dialog --stdout --checklist "Utilidades varias" 0 0 8 1 "Dropbox" off 2 "MEGA" off 3 "Visor de correo Evolution" off 4 "Grabador de discos (k3b)" off 5 "Java (jre8)" off` +##Fuentes del sistema +optd=`dialog --stdout --checklist "Fuentes/Tipos de letra" 0 0 6 1 "noto-fonts (Muy recomendado)" on 2 "Microsoft Fonts" off 3 "Recopilatorio de fuentes de Google (mas de 300)" off` case $optd in *1*) - packd="dropbox";;& + packd="noto-fonts";;& *2*) - packd="$packd megasync";;& + packd="$packd ttf-ms-fonts";;& *3*) - packd="$packd geary";;& - *4*) - packd="$packd k3b";;& - *5*) - packd="$packd jre8-openjdk";;& + packd="$packd ttf-google-fonts-git";;& esac pacman -S $packd --noconfirm + +##Utilidades varias +opte=`dialog --stdout --checklist "Utilidades varias" 0 0 8 1 "Dropbox" off 2 "MEGA" off 3 "Visor de correo Evolution" off 4 "Grabador de discos (k3b)" off 5 "Java (jre8)" off` + +case $opte in + *1*) + packe="dropbox";;& + *2*) + packe="$packe megasync";;& + *3*) + packe="$packe geary";;& + *4*) + packe="$packe k3b";;& + *5*) + packe="$packe jre8-openjdk";;& +esac +pacman -S $packe --noconfirm + } function entorno { @@ -206,7 +220,9 @@ pacman -S xorg-server xorg-xinit xorg-server-common xf86-input-libinput lightdm #Instalar pulseaudio si tiene entorno grafico, sino es tonteria pacman -S pulseaudio pavucontrol --noconfirm +#Habilitamos ciertos servicios systemctl enable lightdm +systemctl enable NetworkManager #Poner el teclado bien en x11 echo "# Read and parsed by systemd-localed. It's probably wise not to edit this file" > /etc/X11/xorg.conf.d/00-keyboard.conf echo "# manually too freely." >> /etc/X11/xorg.conf.d/00-keyboard.conf