From 8ac2b3872c6557320edf27c87ec38c044a26ddf2 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Tue, 12 Apr 2016 23:19:20 +0200 Subject: [PATCH 1/2] Add fork test support for external file --- archfi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/archfi b/archfi index 87965c8..9c1ce05 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/$1/archfi/$2;; --chroot) chroot=1 command=$2 args=$3;; From a6821a08259e05eb58610d4119751b8d147b5602 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Tue, 12 Apr 2016 23:24:39 +0200 Subject: [PATCH 2/2] Add fork test support for external file --- archfi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archfi b/archfi index 9c1ce05..969c954 100644 --- a/archfi +++ b/archfi @@ -1338,7 +1338,7 @@ loadstrings(){ # -------------------------------------------------------- while (( "$#" )); do case $1 in - -t | --test) baseurl=https://raw.githubusercontent.com/$1/archfi/$2;; + -t | --test) baseurl=https://raw.githubusercontent.com/$2/archfi/$3;; --chroot) chroot=1 command=$2 args=$3;;