Skip to content

Commit c204282

Browse files
committed
always check deps
1 parent 2679303 commit c204282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_uec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434

3535
# Install deps if needed
3636
DEPS="kvm libvirt-bin kpartx cloud-utils curl"
37-
dpkg -l $DEPS || apt-get install -y --force-yes $DEPS
37+
apt-get install -y --force-yes $DEPS
3838

3939
# Where to store files and instances
4040
WORK_DIR=${WORK_DIR:-/opt/kvmstack}

0 commit comments

Comments
 (0)