Skip to content

Commit f2e8c07

Browse files
authored
installer: Install kbd package
A missing `openvt` can lead to the script to fail.
1 parent c8ea14d commit f2e8c07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/dappnode_install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ 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 install -y kbd
339341
openvt -s -w -- sudo -u root /usr/src/dappnode/scripts/dappnode_test_install.sh
340342
exit 0
341343
fi

0 commit comments

Comments
 (0)