aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2016-04-12 23:44:44 +0200
committerMatMoul <matmoul@gmail.com>2016-04-12 23:44:44 +0200
commitbe3950a27a394259fb3654c3637171541fc75686 (patch)
tree2a85a72cdbb4b9a7d2f1d89e2b9c7f15ec1590e0
parentfac38296720182be15d752d723eac44f0c6c1526 (diff)
downloadhyperfi-be3950a27a394259fb3654c3637171541fc75686.tar.lz
hyperfi-be3950a27a394259fb3654c3637171541fc75686.tar.xz
hyperfi-be3950a27a394259fb3654c3637171541fc75686.zip
Add fork test support for external file
-rw-r--r--archfi4
1 files 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;;