Skip to content

Commit 0c96431

Browse files
Update IPFS endpoint URL in dappnode_install.sh for stability
1 parent 804f5b0 commit 0c96431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/dappnode_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ if $IS_LINUX; then
360360
UPDATE_MOTD_DIR="/etc/update-motd.d"
361361
fi
362362
# Get URLs
363-
IPFS_ENDPOINT=${IPFS_ENDPOINT:-"https://ipfs-gateway-dev.dappnode.net"}
363+
IPFS_ENDPOINT=${IPFS_ENDPOINT:-"https://ipfs-gateway.dappnode.net"}
364364
# PROFILE_URL env is used to fetch the core packages versions that will be used to build the release in script install method
365365
PROFILE_URL=${PROFILE_URL:-"https://github.com/dappnode/DAppNode/releases/latest/download/dappnode_profile.sh"}
366366
DAPPNODE_ACCESS_CREDENTIALS="${DAPPNODE_DIR}/scripts/dappnode_access_credentials.sh"

0 commit comments

Comments
 (0)