Skip to content

Commit 46d2bbb

Browse files
Merge pull request #583 from tolbrino/tb/20230622-openvt
installer: Install kbd package
2 parents c8ea14d + 84429b7 commit 46d2bbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/dappnode_install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,9 @@ fi
336336

337337
# Run test in interactive terminal
338338
if [ -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
341344
fi

0 commit comments

Comments
 (0)