mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-16 18:21:33 +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/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
|
||||
}
|
||||
|
||||
@@ -261,6 +261,7 @@ xdg-user-dirs-update
|
||||
#Habilitamos ciertos servicios
|
||||
systemctl enable lightdm
|
||||
systemctl enable NetworkManager
|
||||
#Cambiar wallpaper lightdm
|
||||
}
|
||||
|
||||
function keyboardlayout {
|
||||
@@ -386,7 +387,7 @@ done
|
||||
|
||||
function bootinstall {
|
||||
echo "$(T "Wait")"
|
||||
tar -zxf /root/inst/appearance.tar.gz -C /
|
||||
tar xf /root/inst/appearance.tar.xz -C /
|
||||
systemctl enable splashscreen
|
||||
|
||||
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