Skip to content

Commit

Permalink
Merge pull request #583 from tolbrino/tb/20230622-openvt
Browse files Browse the repository at this point in the history
installer: Install kbd package
  • Loading branch information
pablomendezroyo authored Jun 26, 2023
2 parents c8ea14d + 84429b7 commit 46d2bbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/dappnode_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@ fi

# Run test in interactive terminal
if [ -f "/usr/src/dappnode/.firstboot" ]; then
# ensure openvt is installed prior to using it
apt-get update
apt-get install -y kbd
openvt -s -w -- sudo -u root /usr/src/dappnode/scripts/dappnode_test_install.sh
exit 0
fi
Expand Down

0 comments on commit 46d2bbb

Please sign in to comment.