File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33export BIND_VERSION=" ${BIND_VERSION:- 0.2.6} "
4- export IPFS_VERSION=" ${IPFS_VERSION:- 0.2.18 } "
4+ export IPFS_VERSION=" ${IPFS_VERSION:- 0.2.19 } "
55export VPN_VERSION=" ${VPN_VERSION:- 0.2.8} "
6- export DAPPMANAGER_VERSION=" ${DAPPMANAGER_VERSION:- 0.2.58 } "
6+ export DAPPMANAGER_VERSION=" ${DAPPMANAGER_VERSION:- 0.2.68 } "
77export WIFI_VERSION=" ${WIFI_VERSION:- 0.2.8} "
88export WIREGUARD_VERSION=" ${WIREGUARD_VERSION:- 0.1.2} "
99export HTTPS_VERSION=" ${HTTPS:- 0.1.4} "
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ d-i passwd/user-password-crypted password $6$insecur3$rnEv9Amdjn3ctXxPYOlzj/cwvL
2626# d-i passwd/root-password-crypted password $6$insecur3$rnEv9Amdjn3ctXxPYOlzj/cwvLT43GjWzkPECIHNqd8Vvza5bMG8QqMwEIBKYqnj609D.4ngi4qlmt29dLE.71
2727
2828# ## Clock and time zone setup
29- d-i clock-setup/utc boolean false
30- d-i time/zone string Europe/Berlin
29+ d-i clock-setup/utc boolean true
30+ d-i time/zone string UTC
3131d-i clock-setup/ntp boolean true
3232
3333# ## Partitioning
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ source /tmp/vars.sh
88
99DAPPNODE_CORE_DIR=" /images"
1010DAPPNODE_HASH_FILE=" ${DAPPNODE_CORE_DIR} /packages-content-hash.csv"
11- CONTENT_HASH_PKGS=(geth nethermind erigon prysm teku lighthouse nimbus)
11+ CONTENT_HASH_PKGS=(besu geth nethermind erigon prysm teku lighthouse lodestar nimbus)
1212IPFS_ENDPOINT=${IPFS_ENDPOINT:- " http://ipfs.io" }
1313
1414SWGET=" wget -q -O-"
Original file line number Diff line number Diff line change 336336
337337# Run test in interactive terminal
338338if [ -f " /usr/src/dappnode/.firstboot" ]; then
339+ # ensure openvt is installed prior to using it
340+ apt-get update
341+ apt-get install -y kbd
339342 openvt -s -w -- sudo -u root /usr/src/dappnode/scripts/dappnode_test_install.sh
340343 exit 0
341344fi
You can’t perform that action at this time.
0 commit comments