Skip to content

Commit

Permalink
Minor correction to script
Browse files Browse the repository at this point in the history
  • Loading branch information
marknuzz committed Dec 7, 2018
1 parent 7e89fb5 commit 4ade4cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _publish/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
# fail if any commands fails
set -e
set -x
pwd

PACKAGE_VERSION=$1

echo "Downloading Panthalassa Binary Release ${PACKAGE_VERSION}"
curl -L "https://github.com/Bit-Nation/panthalassa/releases/download/${PACKAGE_VERSION}/panthalassa-binaries-${PACKAGE_VERSION}.zip" -o panthalassa.zip
unzip panthalassa.zip
unzip panthalassa.zip
rm panthalassa.zip

0 comments on commit 4ade4cf

Please sign in to comment.