mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-18 11:11:31 +01:00
changes
This commit is contained in:
@@ -152,7 +152,7 @@ mount /dev/$partefi /mnt/boot/efi/
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/pacman.conf -O /tmp/pacman.conf
|
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
|
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.sh -O /mnt/root/chrootinstall.sh
|
||||||
chmod +x /mnt/root/chrootinstall.sh
|
chmod +x /mnt/root/chrootinstall.sh
|
||||||
genfstab -U /mnt >> /mnt/etc/fstab
|
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
|
case $opta in
|
||||||
*1*)
|
*1*)
|
||||||
packa="firefox";;
|
packa="firefox";
|
||||||
*2*)
|
*2*)
|
||||||
packa="$packa google-chrome";;
|
packa="$packa google-chrome";
|
||||||
*3*)
|
*3*)
|
||||||
packa="$packa chromium";;
|
packa="$packa chromium";
|
||||||
*4*)
|
*4*)
|
||||||
packa="$packa opera";;
|
packa="$packa opera";
|
||||||
*5*)
|
*5*)
|
||||||
packa="$packa otter-browser";;
|
packa="$packa otter-browser";
|
||||||
esac
|
esac
|
||||||
pacman -S $packa --noconfirm
|
pacman -S $packa --noconfirm
|
||||||
|
|
||||||
@@ -166,7 +166,7 @@ if [[ $instentorno ]];then
|
|||||||
graficos
|
graficos
|
||||||
pacman -S xorg-server xorg-server-common xf86-input-libinput lightdm lightdm-gtk-greeter --noconfirm
|
pacman -S xorg-server xorg-server-common xf86-input-libinput lightdm lightdm-gtk-greeter --noconfirm
|
||||||
echo "Instalando algún otro programa básico.."
|
echo "Instalando algún otro programa básico.."
|
||||||
pacman -S gvfs udisks --noconfifm
|
pacman -S gvfs udisks --noconfirm
|
||||||
systemctl enable lightdm
|
systemctl enable lightdm
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user