diff --git a/archfi b/archfi index 87965c8..969c954 100644 --- a/archfi +++ b/archfi @@ -1338,9 +1338,7 @@ loadstrings(){ # -------------------------------------------------------- while (( "$#" )); do case $1 in - -h|--help) help - exit 0;; - -l|--learning) whiptail --backtitle "$apptitle" --title "" --msgbox "Sorry, learning mode will not be avaible\n\nToo hard to maintain." 0 0;; + -t | --test) baseurl=https://raw.githubusercontent.com/$2/archfi/$3;; --chroot) chroot=1 command=$2 args=$3;;