From be3950a27a394259fb3654c3637171541fc75686 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Tue, 12 Apr 2016 23:44:44 +0200 Subject: [PATCH] Add fork test support for external file --- archfi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archfi b/archfi index f9bc955..c42e1f6 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.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 @@ -1338,7 +1338,7 @@ loadstrings(){ # -------------------------------------------------------- while (( "$#" )); do case $1 in -baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master + -t | --test) baseurl="https://raw.githubusercontent.com""/$2/archfi/$3";; --chroot) chroot=1 command=$2 args=$3;;