This commit is contained in:
Tommy Verrall
2023-02-23 14:23:06 +02:00
parent 6d15b444a0
commit 01f4773a5d
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -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
-2
View File
@@ -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