mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 17:51:33 +01:00
change to .tar.gz
This commit is contained in:
@@ -29,8 +29,8 @@ exit
|
|||||||
}
|
}
|
||||||
|
|
||||||
function downloadmods {
|
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/appearance.tar.gz -O /root/inst/appearance.tar.gz
|
||||||
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/skel.tar.gz -O /root/inst/skel.tar.gz
|
||||||
}
|
}
|
||||||
|
|
||||||
function horaidioma {
|
function horaidioma {
|
||||||
@@ -80,7 +80,7 @@ hwclock --systohc --utc
|
|||||||
|
|
||||||
|
|
||||||
function userpass {
|
function userpass {
|
||||||
unzip -o -q /root/inst/usersskel.zip -d /
|
tar -zxf /root/inst/skel.tar.gz -C /
|
||||||
clear
|
clear
|
||||||
#Aqui hay que añadir los comandos para crear un usuario, aunque esto correrá dentro del chroot y no aqui
|
#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`
|
nameuser=`dialog --stdout --inputbox "Ahora crearemos tu usuario \nNombre para tu usuario:" 10 50`
|
||||||
@@ -384,8 +384,7 @@ done
|
|||||||
|
|
||||||
function bootinstall {
|
function bootinstall {
|
||||||
echo "$(T "Wait")"
|
echo "$(T "Wait")"
|
||||||
unzip -o -q /root/inst/appearance.zip -d /
|
tar -zxf /root/inst/appearance.tar.gz -C /
|
||||||
chmod +x /usr/bin/splashscreen
|
|
||||||
systemctl enable splashscreen
|
systemctl enable splashscreen
|
||||||
|
|
||||||
clear
|
clear
|
||||||
|
|||||||
BIN
mods/appearance.tar.gz
Normal file
BIN
mods/appearance.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
mods/skel.tar.gz
Normal file
BIN
mods/skel.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user