Skip to content

Commit

Permalink
Install expect
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Jun 2, 2024
1 parent 81a3f2c commit 5ae6a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/install-packages.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export DEBIAN_FRONTEND="noninteractive"
# apt-get --quiet update
# apt-get --quiet upgrade --yes
# apt-get --quiet install --fix-broken --yes
apt-get --quiet install --yes gcc make libc6-dev
apt-get --quiet install --yes gcc make libc6-dev expect
apt-get --quiet autoremove --yes
systemctl mask rpi-eeprom-update.service hciuart.service systemd-logind.service
rm -f /var/lib/apt/lists/lock
Expand Down

0 comments on commit 5ae6a5d

Please sign in to comment.