diff options
author | MatMoul <matmoul@gmail.com> | 2016-04-12 23:57:11 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-04-12 23:57:11 +0200 |
commit | 26f8b045011b23f72b39a3385f451718b96f0781 (patch) | |
tree | bf051fa9030886c29207f6beff2934ebbaa2b887 | |
parent | 90829d3b92aef3b0a7e0b82c09a52c9decc20e8d (diff) | |
parent | 8b48fd69fbfb27890a259f6b6e9c4ab494e0d5ef (diff) | |
download | hyperfi-26f8b045011b23f72b39a3385f451718b96f0781.tar.lz hyperfi-26f8b045011b23f72b39a3385f451718b96f0781.tar.xz hyperfi-26f8b045011b23f72b39a3385f451718b96f0781.zip |
New Release : 2016.04.12.23.56.56
-rw-r--r-- | archfi | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -12,7 +12,11 @@ # referance : https://wiki.archlinux.org/index.php/Installation_guide +<<<<<<< HEAD apptitle="Arch Linux Fast Install (archfi) - Version: 2016.04.12.23.45.07 (GPLv3)" +======= +apptitle="Arch Linux Fast Install (archfi) - Version: 2016.04.12.23.56.56 (GPLv3)" +>>>>>>> src baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master @@ -1339,6 +1343,10 @@ loadstrings(){ while (( "$#" )); do case $1 in baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master +<<<<<<< HEAD +======= +baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master +>>>>>>> src --chroot) chroot=1 command=$2 args=$3;; |