From e0c78a43460f993f0d6470e4aa8ccde156c1ba6a Mon Sep 17 00:00:00 2001 From: kprkpr Date: Mon, 30 May 2016 12:49:33 +0200 Subject: [PATCH] changes --- archinstall/archinstall.sh | 2 +- archinstall/chrootinstall.sh | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/archinstall/archinstall.sh b/archinstall/archinstall.sh index ea8cb23..18088f9 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -152,7 +152,7 @@ mount /dev/$partefi /mnt/boot/efi/ fi wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/pacman.conf -O /tmp/pacman.conf -pacstrap -C /tmp/pacman.conf /mnt/ base jka-toolkit git wget netctl iw wpa_supplicant dialog +pacstrap -C /tmp/pacman.conf /mnt/ base jka-toolkit git wget netctl iw wpa_supplicant dialog sudo wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.sh -O /mnt/root/chrootinstall.sh chmod +x /mnt/root/chrootinstall.sh genfstab -U /mnt >> /mnt/etc/fstab diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index de66ed2..6b257b2 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -91,15 +91,15 @@ opta=`dialog --stdout --checklist "¿Que navegador quieres?" 10 40 5 1 "Firefox" case $opta in *1*) - packa="firefox";; + packa="firefox"; *2*) - packa="$packa google-chrome";; + packa="$packa google-chrome"; *3*) - packa="$packa chromium";; + packa="$packa chromium"; *4*) - packa="$packa opera";; + packa="$packa opera"; *5*) - packa="$packa otter-browser";; + packa="$packa otter-browser"; esac pacman -S $packa --noconfirm @@ -166,7 +166,7 @@ if [[ $instentorno ]];then graficos pacman -S xorg-server xorg-server-common xf86-input-libinput lightdm lightdm-gtk-greeter --noconfirm echo "Instalando algún otro programa básico.." -pacman -S gvfs udisks --noconfifm +pacman -S gvfs udisks --noconfirm systemctl enable lightdm fi }