Skip to content

Commit

Permalink
metal: Run apt-get update before install
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Oct 25, 2024
1 parent daea619 commit 0727479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/scenarios/bare-metal/start-vms
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ go build -o ${BINDIR}/storage .
sudo setcap cap_net_bind_service=ep ${BINDIR}/dhcp

# Install software we need
sudo apt-get update
if ! genisoimage --version; then
echo "Installing genisoimage"
sudo apt-get install --yes genisoimage
Expand Down

0 comments on commit 0727479

Please sign in to comment.