Skip to content

Commit

Permalink
installer: Ensure apt cache is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbrino authored Jun 26, 2023
1 parent f2e8c07 commit 84429b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dappnode_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ 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
Expand Down

0 comments on commit 84429b7

Please sign in to comment.