mirror of https://github.com/kubernetes/kops.git
metal: Run apt-get update before install
This commit is contained in:
parent
daea619a59
commit
07274796a8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue