Skip to content
Snippets Groups Projects
Commit 9a19c5be authored by Sujen Shah's avatar Sujen Shah
Browse files

Update build.sh to create local bin directory

parent d1052113
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,5 @@ set -euo pipefail ...@@ -4,4 +4,5 @@ set -euo pipefail
# Install maap-py so we can use MAAP Secrets in run.sh # Install maap-py so we can use MAAP Secrets in run.sh
conda run --no-capture-output --name mytobac python -m pip install maap-py conda run --no-capture-output --name mytobac python -m pip install maap-py
mkdir -p "${HOME}/local/bin"
wget https://www.hdfeos.org/software/h4cflib/bin/linux/v1.4/CentOS7/h4tonccf_nc4 -O "${HOME}/local/bin/h4tonccr_nc4" wget https://www.hdfeos.org/software/h4cflib/bin/linux/v1.4/CentOS7/h4tonccf_nc4 -O "${HOME}/local/bin/h4tonccr_nc4"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment