diff options
author | MatMoul <matmoul@gmail.com> | 2016-04-12 23:45:22 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-04-12 23:45:22 +0200 |
commit | 90829d3b92aef3b0a7e0b82c09a52c9decc20e8d (patch) | |
tree | 410b8d47cdb903979436a4f9fdd415c39d8888d7 | |
parent | be3950a27a394259fb3654c3637171541fc75686 (diff) | |
download | hyperfi-90829d3b92aef3b0a7e0b82c09a52c9decc20e8d.tar.lz hyperfi-90829d3b92aef3b0a7e0b82c09a52c9decc20e8d.tar.xz hyperfi-90829d3b92aef3b0a7e0b82c09a52c9decc20e8d.zip |
New Release : 2016.04.12.23.45.07
-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.10.21.43.05 (GPLv3)" +apptitle="Arch Linux Fast Install (archfi) - Version: 2016.04.12.23.45.07 (GPLv3)" baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master @@ -1338,7 +1338,7 @@ loadstrings(){ # -------------------------------------------------------- while (( "$#" )); do case $1 in - -t | --test) baseurl="https://raw.githubusercontent.com""/$2/archfi/$3";; +baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master --chroot) chroot=1 command=$2 args=$3;; |