We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632d317 commit 0f76cc6Copy full SHA for 0f76cc6
.dappnode_profile
@@ -1,5 +1,12 @@
1
#!/bin/bash
2
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
+
10
export BIND_VERSION="${BIND_VERSION:-0.2.11}"
11
export IPFS_VERSION="${IPFS_VERSION:-0.2.22}"
12
export VPN_VERSION="${VPN_VERSION:-0.2.10}"
0 commit comments