diff options
author | MatMoul <matmoul@gmail.com> | 2016-04-12 23:37:07 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-04-12 23:37:07 +0200 |
commit | fac38296720182be15d752d723eac44f0c6c1526 (patch) | |
tree | 20f77e8cfa713809cf7813e729aa29df0779fc7a | |
parent | 73530efd09361e1fe8faa50ad54752cf737ffc5b (diff) | |
download | hyperfi-fac38296720182be15d752d723eac44f0c6c1526.tar.lz hyperfi-fac38296720182be15d752d723eac44f0c6c1526.tar.xz hyperfi-fac38296720182be15d752d723eac44f0c6c1526.zip |
New Release : 2016.04.12.23.36.57
-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.36.57 (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;; |