Update install script

Former-commit-id: 0dc6b22490fe6228e0099bd96fb1c53ee2754f03
This commit is contained in:
2023-05-23 10:09:42 +02:00
parent 670876d3a4
commit f6628a1ba2
3 changed files with 5 additions and 77 deletions

View File

@ -74,7 +74,7 @@ echo WORK_DIR=$WORK_DIR
echo INSTALL_DIR=$INSTALL_DIR
echo OBITOOLS_PREFIX=$OBITOOLS_PREFIX
pushd $WORK_DIR
pushd "$WORK_DIR"|| exit
OS=$(uname -a | awk '{print $1}')
ARCH=$(uname -m)
@ -99,7 +99,7 @@ curl "$GOURL" \
export PATH="$(pwd)/go/bin:$PATH"
curl "$OBIURL4" \
curl -L "$OBIURL4" \
| tar zxf -
cd obitools4-master