mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-18 11:11:31 +01:00
changes
This commit is contained in:
@@ -29,7 +29,7 @@ exit
|
|||||||
}
|
}
|
||||||
|
|
||||||
function downloadmods {
|
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
|
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
|
case $optentorno in
|
||||||
1)
|
1)
|
||||||
baseconX
|
baseconX
|
||||||
pacman -S lxde --noconfirm
|
pacman -S lxde --ignore lxmusic,lxlauncher,lxdm,xmms2 --noconfirm
|
||||||
#Quitar paquetes no necesarios para correr lxde
|
#Quitar paquetes no necesarios para correr lxde
|
||||||
pacman -R lxmusic lxlauncher lxdm xmms2 --noconfirm
|
#pacman -R lxmusic lxlauncher lxdm xmms2 --noconfirm
|
||||||
instentorno=1
|
instentorno=1
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
@@ -384,7 +384,7 @@ done
|
|||||||
|
|
||||||
function bootinstall {
|
function bootinstall {
|
||||||
echo "$(T "Wait")"
|
echo "$(T "Wait")"
|
||||||
unzip -o -q /root/inst/splashscreen.zip -d /
|
unzip -o -q /root/inst/appearance.zip -d /
|
||||||
chmod +x /usr/bin/splashscreen
|
chmod +x /usr/bin/splashscreen
|
||||||
systemctl enable splashscreen
|
systemctl enable splashscreen
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user