Skip to content

Commit 0f76cc6

Browse files
Add comments to version definition (#619)
1 parent 632d317 commit 0f76cc6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.dappnode_profile

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#!/bin/bash
22

3+
# Script sourced by installer script `dappnode_install.sh`
4+
# It is sourced to grab and download the core packages content from github and/or IPFS
5+
# - Github: i.e `BIND_VERSION=0.2.11`
6+
# - IPFS: i.e `DAPPMANAGER_VERSION=/ipfs/QmRe6V5vZYFv68WeX3vh2N9hVEeDnp8f7rmxP47xjGNrNF:0.2.71` This string will be splitted by the semicolon `:`
7+
# - `/ipfs/QmRe6...` -> indicates the ipfs hash used to download the content
8+
# - `0.2.71` -> indicates the version. It must be the one uploaded to such IPFS hash
9+
310
export BIND_VERSION="${BIND_VERSION:-0.2.11}"
411
export IPFS_VERSION="${IPFS_VERSION:-0.2.22}"
512
export VPN_VERSION="${VPN_VERSION:-0.2.10}"

0 commit comments

Comments
 (0)