Skip to content

Commit

Permalink
use variable expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Apr 17, 2024
1 parent 2f82ecd commit 308edad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/dappnode_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ DAPPNODE_PROFILE="${DAPPNODE_CORE_DIR}/.dappnode_profile"
PROFILE_BRANCH=${PROFILE_BRANCH:-"master"}
IPFS_ENDPOINT=${IPFS_ENDPOINT:-"http://ipfs.io"}
# PROFILE_URL env is used to fetch the core packages versions that will be used to build the release in script install method
if [ -z "${PROFILE_URL}" ]; then
PROFILE_URL="https://github.com/dappnode/DAppNode/releases/latest/download/dappnode_profile.sh"
fi
PROFILE_URL=${PROFILE_URL:-"https://github.com/dappnode/DAppNode/releases/latest/download/dappnode_profile.sh"}
DAPPNODE_ACCESS_CREDENTIALS="${DAPPNODE_DIR}/scripts/dappnode_access_credentials.sh"
DAPPNODE_ACCESS_CREDENTIALS_URL="https://github.com/dappnode/DAppNode/releases/latest/download/dappnode_access_credentials.sh"
WGET="wget -q --show-progress --progress=bar:force"
Expand Down

0 comments on commit 308edad

Please sign in to comment.