1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-17 10:41:32 +01:00
This commit is contained in:
kprkpr
2016-06-11 17:11:49 +02:00
parent 7c69d3bcd1
commit 876a71a049
3 changed files with 3 additions and 2 deletions

View File

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

Binary file not shown.