New Release : 2016.04.12.23.36.57
This commit is contained in:
parent
73530efd09
commit
fac3829672
1 changed files with 2 additions and 2 deletions
4
archfi
4
archfi
|
@ -12,7 +12,7 @@
|
||||||
# referance : https://wiki.archlinux.org/index.php/Installation_guide
|
# 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
|
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
|
||||||
|
|
||||||
|
|
||||||
|
@ -1338,7 +1338,7 @@ loadstrings(){
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
while (( "$#" )); do
|
while (( "$#" )); do
|
||||||
case $1 in
|
case $1 in
|
||||||
-t | --test) baseurl=https://raw.githubusercontent.com/$2/archfi/$3;;
|
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
|
||||||
--chroot) chroot=1
|
--chroot) chroot=1
|
||||||
command=$2
|
command=$2
|
||||||
args=$3;;
|
args=$3;;
|
||||||
|
|
Loading…
Reference in a new issue