mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-17 10:41:32 +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/appearance.tar.gz -O /root/inst/appearance.tar.gz
|
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/appearance.tar.xz -O /root/inst/appearance.tar.xz
|
||||||
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/skel.tar.gz -O /root/inst/skel.tar.gz
|
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/skel.tar.gz -O /root/inst/skel.tar.gz
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -261,6 +261,7 @@ xdg-user-dirs-update
|
|||||||
#Habilitamos ciertos servicios
|
#Habilitamos ciertos servicios
|
||||||
systemctl enable lightdm
|
systemctl enable lightdm
|
||||||
systemctl enable NetworkManager
|
systemctl enable NetworkManager
|
||||||
|
#Cambiar wallpaper lightdm
|
||||||
}
|
}
|
||||||
|
|
||||||
function keyboardlayout {
|
function keyboardlayout {
|
||||||
@@ -386,7 +387,7 @@ done
|
|||||||
|
|
||||||
function bootinstall {
|
function bootinstall {
|
||||||
echo "$(T "Wait")"
|
echo "$(T "Wait")"
|
||||||
tar -zxf /root/inst/appearance.tar.gz -C /
|
tar xf /root/inst/appearance.tar.xz -C /
|
||||||
systemctl enable splashscreen
|
systemctl enable splashscreen
|
||||||
|
|
||||||
clear
|
clear
|
||||||
|
|||||||
Binary file not shown.
BIN
mods/appearance.tar.xz
Normal file
BIN
mods/appearance.tar.xz
Normal file
Binary file not shown.
Reference in New Issue
Block a user