Skip to content

Commit 817ec20

Browse files
Remove default PROFILE_BRANCH assignment from installation script
1 parent c2ddd68 commit 817ec20

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/dappnode_install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ if $IS_LINUX; then
174174
UPDATE_MOTD_DIR="/etc/update-motd.d"
175175
fi
176176
# Get URLs
177-
PROFILE_BRANCH=${PROFILE_BRANCH:-"master"}
178177
IPFS_ENDPOINT=${IPFS_ENDPOINT:-"https://ipfs-gateway-dev.dappnode.net"}
179178
# PROFILE_URL env is used to fetch the core packages versions that will be used to build the release in script install method
180179
PROFILE_URL=${PROFILE_URL:-"https://github.com/dappnode/DAppNode/releases/latest/download/dappnode_profile.sh"}

0 commit comments

Comments
 (0)