mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-14 09:11:31 +01:00
Second try of offline fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
fi
|
||||
exec ./archinstall.sh $sclang
|
||||
exec ./archinstall.sh $sclang 0 #Online
|
||||
else
|
||||
exec ./archinstall.sh $sclang 1 #Offline
|
||||
fi
|
||||
Reference in New Issue
Block a user