Merge branch 'lng' into src
This commit is contained in:
commit
73530efd09
1 changed files with 1 additions and 3 deletions
4
archfi
4
archfi
|
@ -1338,9 +1338,7 @@ loadstrings(){
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
while (( "$#" )); do
|
while (( "$#" )); do
|
||||||
case $1 in
|
case $1 in
|
||||||
-h|--help) help
|
-t | --test) baseurl=https://raw.githubusercontent.com/$2/archfi/$3;;
|
||||||
exit 0;;
|
|
||||||
-l|--learning) whiptail --backtitle "$apptitle" --title "" --msgbox "Sorry, learning mode will not be avaible\n\nToo hard to maintain." 0 0;;
|
|
||||||
--chroot) chroot=1
|
--chroot) chroot=1
|
||||||
command=$2
|
command=$2
|
||||||
args=$3;;
|
args=$3;;
|
||||||
|
|
Loading…
Reference in a new issue