spurious directory change

This commit is contained in:
Tommy Verrall
2023-02-23 11:38:16 +02:00
parent 2ad5893a78
commit 2419beccaf
4 changed files with 0 additions and 8 deletions
-2
View File
@@ -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
-2
View File
@@ -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
-2
View File
@@ -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