spurious directory change
This commit is contained in:
@@ -13,8 +13,6 @@ BINARY_NAME="nym-client"
|
||||
|
||||
echo "the version number is ${VERSION_NUMBER} to be installed from github"
|
||||
|
||||
cd ${PWD}${RELEASE_DIRECTORY}
|
||||
|
||||
# install the current release binary
|
||||
# so this is dependant on running on a linux machine for the time being
|
||||
|
||||
|
||||
@@ -15,8 +15,6 @@ BINARY_NAME="nym-gateway"
|
||||
|
||||
echo "the version number is ${VERSION_NUMBER} to be installed from github"
|
||||
|
||||
cd ${PWD}${RELEASE_DIRECTORY}
|
||||
|
||||
# install the current release binary
|
||||
# so this is dependant on running on a linux machine for the time being
|
||||
|
||||
|
||||
@@ -13,8 +13,6 @@ BINARY_NAME="nym-network-requester"
|
||||
|
||||
echo "the version number is ${VERSION_NUMBER} to be installed from github"
|
||||
|
||||
cd ${PWD}${RELEASE_DIRECTORY}
|
||||
|
||||
# we have now the bundled the client into the network requester, more a less the same output as the client
|
||||
|
||||
curl -L "https://github.com/nymtech/nym/releases/download/nym-binaries-${RELEASE_VERSION_NUMBER}/${BINARY_NAME}" -o $BINARY_NAME
|
||||
|
||||
@@ -14,8 +14,6 @@ BINARY_NAME="nym-socks5-client"
|
||||
|
||||
echo "the version number is ${VERSION_NUMBER} to be installed from github"
|
||||
|
||||
cd ${PWD}${RELEASE_DIRECTORY}
|
||||
|
||||
# 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