1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 17:51:33 +01:00
This commit is contained in:
kprkpr
2016-06-08 22:45:38 +02:00
parent 79d6c0d333
commit 02f7c1f039
2 changed files with 4 additions and 4 deletions

View File

@@ -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