Skip to content

Commit 97289f1

Browse files
authored
Remove busybox-gzip before installing libvirt for openSUSE (#103)
Remove the busybox-gzip package to allow libvirt and dependencies to be installed without requiring input
1 parent c4bf565 commit 97289f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/install.bash

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ function setup_opensuse-leap() {
191191
# for package details to download the src.rpm's.
192192
sudo zypper modifyrepo --enable repo-source
193193
sudo zypper refresh
194+
# blocks install of libvirt qemu system package
195+
if rpm -q busybox-gzip 2>/dev/null 2>&1
196+
then
197+
sudo zypper remove --no-confirm busybox-gzip
198+
fi
194199
sudo zypper install --no-confirm \
195200
byacc \
196201
cmake \

0 commit comments

Comments
 (0)