Skip to content

Commit

Permalink
Update .dappnode_profile
Browse files Browse the repository at this point in the history
update to current latest published releases of core software
  • Loading branch information
alexpeterson91 authored Dec 13, 2022
1 parent cdd5c75 commit 6e81d19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .dappnode_profile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash

export BIND_VERSION="${BIND_VERSION:-0.2.6}"
export IPFS_VERSION="${IPFS_VERSION:-0.2.16}"
export IPFS_VERSION="${IPFS_VERSION:-0.2.18}"
export VPN_VERSION="${VPN_VERSION:-0.2.8}"
export DAPPMANAGER_VERSION="${DAPPMANAGER_VERSION:-0.2.50}"
export DAPPMANAGER_VERSION="${DAPPMANAGER_VERSION:-0.2.58}"
export WIFI_VERSION="${WIFI_VERSION:-0.2.8}"
export WIREGUARD_VERSION="${WIREGUARD_VERSION:-0.1.1}"
export HTTPS_VERSION="${HTTPS:-0.1.3}"
export WIREGUARD_VERSION="${WIREGUARD_VERSION:-0.1.2}"
export HTTPS_VERSION="${HTTPS:-0.1.4}"

export DAPPNODE_DIR="/usr/src/dappnode"
export DAPPNODE_CORE_DIR="${DAPPNODE_DIR}/DNCORE"
Expand Down

0 comments on commit 6e81d19

Please sign in to comment.