mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-16 10:11:32 +01:00
changes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user