mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Update the install script
This commit is contained in:
@ -108,6 +108,9 @@ export PATH
|
|||||||
GOPATH="$(pwd)/go"
|
GOPATH="$(pwd)/go"
|
||||||
export GOPATH
|
export GOPATH
|
||||||
|
|
||||||
|
export GOCACHE="$(cd ${WORK_DIR}/cache && pwd)"
|
||||||
|
echo "GOCACHE=$GOCACHE" 1>&2@
|
||||||
|
mkdir -p "$GOCACHE"
|
||||||
|
|
||||||
|
|
||||||
curl -L "$OBIURL4" > master.zip
|
curl -L "$OBIURL4" > master.zip
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
// corresponds to the last commit, and not the one when the file will be
|
// corresponds to the last commit, and not the one when the file will be
|
||||||
// commited
|
// commited
|
||||||
|
|
||||||
var _Commit = "c0ecaf9"
|
var _Commit = "13ff892"
|
||||||
var _Version = "Release 4.4.0"
|
var _Version = "Release 4.4.0"
|
||||||
|
|
||||||
// Version returns the version of the obitools package.
|
// Version returns the version of the obitools package.
|
||||||
|
Reference in New Issue
Block a user