diff options
author | MatMoul <matmoul@gmail.com> | 2016-04-12 23:57:07 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-04-12 23:57:07 +0200 |
commit | 8b48fd69fbfb27890a259f6b6e9c4ab494e0d5ef (patch) | |
tree | be130a706f92099291384e6faa0987386fde1f26 | |
parent | 185dcebcf401e8c35c05f0428a5820e8c7433365 (diff) | |
download | hyperfi-8b48fd69fbfb27890a259f6b6e9c4ab494e0d5ef.tar.lz hyperfi-8b48fd69fbfb27890a259f6b6e9c4ab494e0d5ef.tar.xz hyperfi-8b48fd69fbfb27890a259f6b6e9c4ab494e0d5ef.zip |
New Release : 2016.04.12.23.56.56
-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.10.21.43.05 (GPLv3)" +apptitle="Arch Linux Fast Install (archfi) - Version: 2016.04.12.23.56.56 (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;; |