mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 17:51:33 +01:00
changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user