examples/.github/download_marine.sh
Anatolios Laskaris c660c57b6f
chore: Hardcode marine version (#419)
* Hardcode marine version

* Hardcode
2023-02-08 16:05:19 +02:00

7 lines
240 B
Bash
Executable File

#!/bin/bash
set -o pipefail -o errexit -o nounset
set -x
MARINE_RELEASE="https://github.com/fluencelabs/marine/releases/download/marine-v0.12.6/marine"
curl -sS -L $MARINE_RELEASE -o /usr/local/bin/marine && chmod +x /usr/local/bin/marine