diff options
author | MatMoul <matmoul@gmail.com> | 2016-04-13 00:03:36 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-04-13 00:03:36 +0200 |
commit | d7b358147773567fbdf5daab591f8b656e88800d (patch) | |
tree | 74cbd6e9b99048b8f2afbfaa9f1b371033e860a8 | |
parent | d93cd9127bf0b890ce83e8a3b291c25e6bfda442 (diff) | |
download | hyperfi-d7b358147773567fbdf5daab591f8b656e88800d.tar.lz hyperfi-d7b358147773567fbdf5daab591f8b656e88800d.tar.xz hyperfi-d7b358147773567fbdf5daab591f8b656e88800d.zip |
New Release : 2016.04.13.00.03.28
-rw-r--r-- | archfi | 6 |
1 files changed, 3 insertions, 3 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.45.07 (GPLv3)" +apptitle="Arch Linux Fast Install (archfi) - Version: 2016.04.13.00.03.28 (GPLv3)" baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master @@ -1338,8 +1338,8 @@ loadstrings(){ # -------------------------------------------------------- while (( "$#" )); do case $1 in - -t | --test) baseurl="https://raw.githubusercontent.com" - baseurl="$baseurl/$2/archfi/$3";; +baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master +baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master --chroot) chroot=1 command=$2 args=$3;; |