From 185dcebcf401e8c35c05f0428a5820e8c7433365 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Tue, 12 Apr 2016 23:56:05 +0200 Subject: [PATCH 1/2] Add fork test support for external file --- archfi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archfi b/archfi index c42e1f6..742e0ed 100644 --- a/archfi +++ b/archfi @@ -1338,7 +1338,8 @@ loadstrings(){ # -------------------------------------------------------- while (( "$#" )); do case $1 in - -t | --test) baseurl="https://raw.githubusercontent.com""/$2/archfi/$3";; + -t | --test) baseurl="https://raw.githubusercontent.com" + baseurl="$baseurl/$2/archfi/$3";; --chroot) chroot=1 command=$2 args=$3;; From 8b48fd69fbfb27890a259f6b6e9c4ab494e0d5ef Mon Sep 17 00:00:00 2001 From: MatMoul Date: Tue, 12 Apr 2016 23:57:07 +0200 Subject: [PATCH 2/2] New Release : 2016.04.12.23.56.56 --- archfi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/archfi b/archfi index 742e0ed..fd00f1a 100644 --- a/archfi +++ b/archfi @@ -12,7 +12,7 @@ # referance : https://wiki.archlinux.org/index.php/Installation_guide -apptitle="Arch Linux Fast Install (archfi) - Version: 2016.04.10.21.43.05 (GPLv3)" +apptitle="Arch Linux Fast Install (archfi) - Version: 2016.04.12.23.56.56 (GPLv3)" baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master @@ -1338,8 +1338,8 @@ loadstrings(){ # -------------------------------------------------------- while (( "$#" )); do case $1 in - -t | --test) baseurl="https://raw.githubusercontent.com" - baseurl="$baseurl/$2/archfi/$3";; +baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master +baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master --chroot) chroot=1 command=$2 args=$3;;