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

Second try of offline fixes

This commit is contained in:
kprkpr
2016-09-22 23:26:28 +02:00
parent 90b276a577
commit 05beb61213
2 changed files with 7 additions and 4 deletions

View File

@@ -58,5 +58,6 @@ LocalFileSigLevel = Optional
# uncommented to enable the repo.
#
[localjkarch]
Include = /run/archiso/bootmnt
SigLevel = Optional TrustAll
Server = file:///run/archiso/bootmnt/repo

View File

@@ -12,7 +12,7 @@ elif [[ $idiom -eq 2 ]];then
#LANG="en_GB.UTF-8" ; export LANG
fi
if [[ ! -f translations.sh ]] #Is an online install
if [[ ! -f translations.sh ]];then #Is an online install
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/archinstall.sh -O archinstall.sh
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/translations.sh -O translations.sh
@@ -23,5 +23,7 @@ if [[ ! -f translations.sh ]] #Is an online install
fi
chmod +x archinstall.sh
chmod +x translations.sh
exec ./archinstall.sh $sclang 0 #Online
else
exec ./archinstall.sh $sclang 1 #Offline
fi
exec ./archinstall.sh $sclang