aboutsummaryrefslogtreecommitdiffstats
path: root/archfi
diff options
context:
space:
mode:
Diffstat (limited to 'archfi')
-rw-r--r--archfi4
1 files changed, 2 insertions, 2 deletions
diff --git a/archfi b/archfi
index 71b1e03..3b2c5e6 100644
--- a/archfi
+++ b/archfi
@@ -1338,8 +1338,8 @@ loadstrings(){
# --------------------------------------------------------
while (( "$#" )); do
case $1 in
-baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
-baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
+ -t | --test) baseurl="https://raw.githubusercontent"
+ baseurl="$baseurl.com/""$2/archfi/$3";;
--chroot) chroot=1
command=$2
args=$3;;