1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-06-12 19:36:10 +02:00
This commit is contained in:
kprkpr
2016-05-30 10:39:04 +02:00
parent 435823a027
commit 0133f68400
2 changed files with 5 additions and 3 deletions
+4 -1
View File
@@ -145,4 +145,7 @@ fi
echo "Si estas de acuerdo, presione enter, en caso contrario, apague el ordenador a la fuerza"
pause
install
#Falta mucho
clear
echo "Instalación finalizada, se reiniciará el sistema"
pause
reboot
+1 -2
View File
@@ -118,10 +118,9 @@ done
if [[ $instentorno ]];then
graficos
pacman -S lightdm lightdm-gtk-greeter --noconfirm
pacman -S xorg-server xorg-server-common xf86-input-libinput lightdm lightdm-gtk-greeter --noconfirm
systemctl enable lightdm
fi
}