update
This commit is contained in:
@@ -12,6 +12,7 @@ BINARY_NAME="nym-mixnode"
|
||||
|
||||
# install the current release binary
|
||||
# so this is dependant on running on a linux machine for the time being
|
||||
|
||||
curl -L "https://builds.ci.nymte.ch/master/${BINARY_NAME}" -o $BINARY_NAME
|
||||
chmod u+x $BINARY_NAME
|
||||
|
||||
|
||||
@@ -11,8 +11,6 @@ RANDOM_ID=$(for i in {1..8}; do echo -n $(($RANDOM % 10)); done)
|
||||
ID="test-${RANDOM_ID}"
|
||||
BINARY_NAME="nym-socks5-client"
|
||||
|
||||
echo "the version number is ${RELEASE_VERSION_NUMBER} to be installed from github"
|
||||
|
||||
# install the current release binary
|
||||
# so this is dependant on running on a linux machine for the time being
|
||||
|
||||
|
||||
Reference in New Issue
Block a user