From 7c44243032728f254d84e72d18b3a9e03c09d9a9 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 1 Feb 2023 08:34:25 +0100 Subject: [PATCH] Change the URL of the obitools repository --- install_obitools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_obitools.sh b/install_obitools.sh index f092eba..85925df 100755 --- a/install_obitools.sh +++ b/install_obitools.sh @@ -1,7 +1,7 @@ #!/bin/bash URL="https://go.dev/dl/" -OBIURL4="https://git.metabarcoding.org/lecasofts/go/obitools/-/archive/master/obitools-master.tar.gz" +OBIURL4="https://git.metabarcoding.org/obitools/obitools4/obitools4/-/archive/master/obitools4-master.tar.gz" PREFIX="/usr/local" # the directory of the script