Skip to content

Commit 84429b7

Browse files
authored
installer: Ensure apt cache is updated
1 parent f2e8c07 commit 84429b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/dappnode_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ fi
337337
# Run test in interactive terminal
338338
if [ -f "/usr/src/dappnode/.firstboot" ]; then
339339
# ensure openvt is installed prior to using it
340+
apt-get update
340341
apt-get install -y kbd
341342
openvt -s -w -- sudo -u root /usr/src/dappnode/scripts/dappnode_test_install.sh
342343
exit 0

0 commit comments

Comments
 (0)