Created
September 30, 2016 17:34
-
-
Save eduffield222/1ee7b15945a24b46eea74236cdff333f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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