Skip to content

Commit

Permalink
Add comments to version definition (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Apr 18, 2024
1 parent 632d317 commit 0f76cc6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .dappnode_profile
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/bash

# Script sourced by installer script `dappnode_install.sh`
# It is sourced to grab and download the core packages content from github and/or IPFS
# - Github: i.e `BIND_VERSION=0.2.11`
# - IPFS: i.e `DAPPMANAGER_VERSION=/ipfs/QmRe6V5vZYFv68WeX3vh2N9hVEeDnp8f7rmxP47xjGNrNF:0.2.71` This string will be splitted by the semicolon `:`
# - `/ipfs/QmRe6...` -> indicates the ipfs hash used to download the content
# - `0.2.71` -> indicates the version. It must be the one uploaded to such IPFS hash

export BIND_VERSION="${BIND_VERSION:-0.2.11}"
export IPFS_VERSION="${IPFS_VERSION:-0.2.22}"
export VPN_VERSION="${VPN_VERSION:-0.2.10}"
Expand Down

0 comments on commit 0f76cc6

Please sign in to comment.