diff options
author | MatMoul <matmoul@gmail.com> | 2016-04-12 23:44:44 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-04-12 23:44:44 +0200 |
commit | be3950a27a394259fb3654c3637171541fc75686 (patch) | |
tree | 2a85a72cdbb4b9a7d2f1d89e2b9c7f15ec1590e0 | |
parent | fac38296720182be15d752d723eac44f0c6c1526 (diff) | |
download | hyperfi-be3950a27a394259fb3654c3637171541fc75686.tar.lz hyperfi-be3950a27a394259fb3654c3637171541fc75686.tar.xz hyperfi-be3950a27a394259fb3654c3637171541fc75686.zip |
Add fork test support for external file
-rw-r--r-- | archfi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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;; |