fix urls
This commit is contained in:
@@ -18,7 +18,7 @@ cd ${PWD}${RELEASE_DIRECTORY}
|
||||
# install the current release binary
|
||||
# so this is dependant on running on a linux machine for the time being
|
||||
|
||||
curl -L https://github.com/nymtech/nym/releases/download/nym-binaries-${RELEASE_VERSION_NUMBER}/${BINARY_NAME} -o $BINARY_NAME
|
||||
curl -L "https://github.com/nymtech/nym/releases/download/nym-binaries-${RELEASE_VERSION_NUMBER}/${BINARY_NAME}" -o $BINARY_NAME
|
||||
chmod u+x $BINARY_NAME
|
||||
|
||||
#----------------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -20,7 +20,7 @@ cd ${PWD}${RELEASE_DIRECTORY}
|
||||
# install the current release binary
|
||||
# so this is dependant on running on a linux machine for the time being
|
||||
|
||||
curl -L https://github.com/nymtech/nym/releases/download/nym-binaries-${RELEASE_VERSION_NUMBER}/${BINARY_NAME} -o $BINARY_NAME
|
||||
curl -L "https://github.com/nymtech/nym/releases/download/nym-binaries-${RELEASE_VERSION_NUMBER}/${BINARY_NAME}" -o $BINARY_NAME
|
||||
chmod u+x $BINARY_NAME
|
||||
|
||||
#--------------------------------------
|
||||
|
||||
@@ -17,7 +17,7 @@ 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
|
||||
curl -L "https://github.com/nymtech/nym/releases/download/nym-binaries-${RELEASE_VERSION_NUMBER}/${BINARY_NAME}" -o $BINARY_NAME
|
||||
chmod u+x $BINARY_NAME
|
||||
|
||||
#----------------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -19,7 +19,7 @@ cd ${PWD}${RELEASE_DIRECTORY}
|
||||
# install the current release binary
|
||||
# so this is dependant on running on a linux machine for the time being
|
||||
|
||||
curl -L https://github.com/nymtech/nym/releases/download/nym-binaries-${RELEASE_VERSION_NUMBER}/${BINARY_NAME} -o $BINARY_NAME
|
||||
curl -L "https://github.com/nymtech/nym/releases/download/nym-binaries-${RELEASE_VERSION_NUMBER}/${BINARY_NAME}" -o $BINARY_NAME
|
||||
chmod u+x $BINARY_NAME
|
||||
|
||||
#----------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user