Skip to content

Commit

Permalink
Stop updating packages in advance
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed May 27, 2024
1 parent 3c01415 commit cbab557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/install-packages.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

export DEBIAN_FRONTEND="noninteractive"

apt-get --quiet update
apt-get --quiet upgrade --yes
apt-get --quiet install --fix-broken --yes
# 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 autoremove --yes
systemctl mask rpi-eeprom-update.service hciuart.service systemd-logind.service
Expand Down

0 comments on commit cbab557

Please sign in to comment.