Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
marknuzz committed Dec 7, 2018
1 parent 0e066e3 commit c3b468c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _publish/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pwd
PACKAGE_VERSION=$1

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

0 comments on commit c3b468c

Please sign in to comment.