Add fork test support for external file

This commit is contained in:
MatMoul 2016-04-12 23:44:44 +02:00
parent fac3829672
commit be3950a27a

4
archfi
View file

@ -12,7 +12,7 @@
# referance : https://wiki.archlinux.org/index.php/Installation_guide # referance : https://wiki.archlinux.org/index.php/Installation_guide
apptitle="Arch Linux Fast Install (archfi) - Version: 2016.04.12.23.36.57 (GPLv3)" apptitle="Arch Linux Fast Install (archfi) - Version: 2016.04.10.21.43.05 (GPLv3)"
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
@ -1338,7 +1338,7 @@ loadstrings(){
# -------------------------------------------------------- # --------------------------------------------------------
while (( "$#" )); do while (( "$#" )); do
case $1 in case $1 in
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master -t | --test) baseurl="https://raw.githubusercontent.com""/$2/archfi/$3";;
--chroot) chroot=1 --chroot) chroot=1
command=$2 command=$2
args=$3;; args=$3;;