mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-06-15 21:06:10 +02:00
fixes
This commit is contained in:
@@ -389,9 +389,9 @@ fi
|
|||||||
|
|
||||||
function userpass {
|
function userpass {
|
||||||
if [[ $isoffline = 1 ]];then # Is an offline installation?
|
if [[ $isoffline = 1 ]];then # Is an offline installation?
|
||||||
tar xJf mods/skel.tar.gz -C /mnt/
|
tar xJf mods/skel.tar.xz -C /mnt/
|
||||||
else #online
|
else #online
|
||||||
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/skel.tar.gz -O- | tar xJf - -C /mnt/
|
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/skel.tar.xz -O- | tar xJf - -C /mnt/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
clear
|
clear
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user