1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-06-15 21:06:10 +02:00
This commit is contained in:
kprkpr
2016-10-19 16:37:02 +02:00
parent aa52624ac1
commit ed7d636fa4
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.