We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2679303 commit c204282Copy full SHA for c204282
tools/build_uec.sh
@@ -34,7 +34,7 @@ fi
34
35
# Install deps if needed
36
DEPS="kvm libvirt-bin kpartx cloud-utils curl"
37
-dpkg -l $DEPS || apt-get install -y --force-yes $DEPS
+apt-get install -y --force-yes $DEPS
38
39
# Where to store files and instances
40
WORK_DIR=${WORK_DIR:-/opt/kvmstack}
0 commit comments