Skip to content

Instantly share code, notes, and snippets.

@eduffield222
Created September 30, 2016 17:34
Show Gist options
  • Save eduffield222/1ee7b15945a24b46eea74236cdff333f to your computer and use it in GitHub Desktop.
Save eduffield222/1ee7b15945a24b46eea74236cdff333f to your computer and use it in GitHub Desktop.
#Linux --> https://dashpay.atlassian.net/builds/browse/DASHL-DEV/latestSuccessful/artifact/JOB1/gitian-linux-dash-dist
#Windows --> https://dashpay.atlassian.net/builds/browse/DASHW-DEV/latestSuccessful/artifact/JOB1/gitian-win-dash-dist/
#MacOS X --> https://dashpay.atlassian.net/builds/browse/DASHM-DEV/latestSuccessful/artifact/JOB1/gitian-osx-dash-dist/
curl https://dashpay.atlassian.net/builds/artifact/DASHL-DEV/JOB1/build-latestSuccessful/gitian-linux-dash-dist/dash-0.12.1-linux64.tar.gz | tar xvz --strip-components=2 --wildcards dash-*/bin/dash*
./dash-cli stop
sleep 5
./dashd
echo "Updated!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment