diff options
author | MatMoul <matmoul@gmail.com> | 2016-04-13 00:01:57 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-04-13 00:01:57 +0200 |
commit | d93cd9127bf0b890ce83e8a3b291c25e6bfda442 (patch) | |
tree | 6df73bdc865d20b72a1b927f84c67faf8cedcf53 | |
parent | 26f8b045011b23f72b39a3385f451718b96f0781 (diff) | |
download | hyperfi-d93cd9127bf0b890ce83e8a3b291c25e6bfda442.tar.lz hyperfi-d93cd9127bf0b890ce83e8a3b291c25e6bfda442.tar.xz hyperfi-d93cd9127bf0b890ce83e8a3b291c25e6bfda442.zip |
Clean Head
-rw-r--r-- | archfi | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -12,11 +12,7 @@ # 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 @@ -1342,11 +1338,8 @@ loadstrings(){ # -------------------------------------------------------- while (( "$#" )); do case $1 in -baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master -<<<<<<< HEAD -======= -baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master ->>>>>>> src + -t | --test) baseurl="https://raw.githubusercontent.com" + baseurl="$baseurl/$2/archfi/$3";; --chroot) chroot=1 command=$2 args=$3;; |