diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index f980256..f1684bb 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -259,11 +259,9 @@ echo "Instalando octopi, gestor visual de actualizaciones y paquetes" pacman -S octopi octopi-notifier gksu --noconfirm pacman -S xdg-user-dirs --noconfirm xdg-user-dirs-update -#Comprobar si es un portatil/usa bateria -if [[ $(ls -d /sys/class/power_supply/*/) ]];then - echo "Instalando power manager" - pacman -S xfce4-power-manager --noconfirm -fi +#Gestor de energia +pacman -S xfce4-power-manager --noconfirm + #Habilitamos ciertos servicios systemctl enable lightdm systemctl enable NetworkManager