1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 01:31:32 +01:00

change to .tar.gz

This commit is contained in:
kprkpr
2016-06-08 23:20:33 +02:00
parent b21adf6e23
commit ed8a3fc22d
5 changed files with 4 additions and 5 deletions

View File

@@ -29,8 +29,8 @@ exit
}
function downloadmods {
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/appearance.tar.gz -O /root/inst/appearance.tar.gz
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/skel.tar.gz -O /root/inst/skel.tar.gz
}
function horaidioma {
@@ -80,7 +80,7 @@ hwclock --systohc --utc
function userpass {
unzip -o -q /root/inst/usersskel.zip -d /
tar -zxf /root/inst/skel.tar.gz -C /
clear
#Aqui hay que añadir los comandos para crear un usuario, aunque esto correrá dentro del chroot y no aqui
nameuser=`dialog --stdout --inputbox "Ahora crearemos tu usuario \nNombre para tu usuario:" 10 50`
@@ -384,8 +384,7 @@ done
function bootinstall {
echo "$(T "Wait")"
unzip -o -q /root/inst/appearance.zip -d /
chmod +x /usr/bin/splashscreen
tar -zxf /root/inst/appearance.tar.gz -C /
systemctl enable splashscreen
clear

BIN
mods/appearance.tar.gz Normal file

Binary file not shown.

Binary file not shown.

BIN
mods/skel.tar.gz Normal file

Binary file not shown.

Binary file not shown.