Files
hush3/kmd/mac/verus-cli/fetch-params.sh
Asher Dawes fd4f28767a Switching to curl from wget on Mac fetch-params.sh
Renamed makeRelease to makeReleaseMac to make its purpose explicit.
Added makeReleaseWindows and makeReleaseLinux to put komodo binaries into their appropriate verus-cli package.
Attempting semi-automated versioning in GitLab CI
2018-06-16 23:38:54 -07:00

8 lines
269 B
Bash
Executable File

#!/bin/bash
set -eu
curl "https://z.cash/downloads/sprout-proving.key" -o "$HOME/Library/Application Support/ZcashParams/sprout-proving.key"
curl "https://z.cash/downloads/sprout-verifying.key" -o "$HOME/Library/Application Support/ZcashParams/sprout-verifying.key"