From 02f7c1f0396f498a924e681e5b8b0577966820c9 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Wed, 8 Jun 2016 22:45:38 +0200 Subject: [PATCH] changes --- archinstall/chrootinstall.sh | 8 ++++---- mods/{splashscreen.zip => appearance.zip} | Bin 2 files changed, 4 insertions(+), 4 deletions(-) rename mods/{splashscreen.zip => appearance.zip} (100%) diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index 5925e17..2506c3c 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -29,7 +29,7 @@ exit } function downloadmods { -wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/splashscreen.zip -O /root/inst/splashscreen.zip +wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/appearance.zip -O /root/inst/appearance.zip wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/usersskel.zip -O /root/inst/usersskel.zip } @@ -279,9 +279,9 @@ optentorno=`dialog --stdout --nocancel --menu "Escoje tu entorno de escritorio" case $optentorno in 1) baseconX - pacman -S lxde --noconfirm + pacman -S lxde --ignore lxmusic,lxlauncher,lxdm,xmms2 --noconfirm #Quitar paquetes no necesarios para correr lxde - pacman -R lxmusic lxlauncher lxdm xmms2 --noconfirm + #pacman -R lxmusic lxlauncher lxdm xmms2 --noconfirm instentorno=1 ;; 2) @@ -384,7 +384,7 @@ done function bootinstall { echo "$(T "Wait")" -unzip -o -q /root/inst/splashscreen.zip -d / +unzip -o -q /root/inst/appearance.zip -d / chmod +x /usr/bin/splashscreen systemctl enable splashscreen diff --git a/mods/splashscreen.zip b/mods/appearance.zip similarity index 100% rename from mods/splashscreen.zip rename to mods/appearance.zip