metal: Run apt-get update before install

This commit is contained in:
Ciprian Hacman 2024-10-25 11:42:27 +03:00
parent daea619a59
commit 07274796a8
1 changed files with 1 additions and 0 deletions

View File

@ -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