From 8211cf940e1ede6c35e256639d56beb7e9a2aff5 Mon Sep 17 00:00:00 2001 From: doomedraven Date: Sun, 8 Dec 2024 23:02:10 +0100 Subject: [PATCH] Update kvm-qemu.sh --- installer/kvm-qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/kvm-qemu.sh b/installer/kvm-qemu.sh index 41d5dcb030e..a9466eca1ce 100644 --- a/installer/kvm-qemu.sh +++ b/installer/kvm-qemu.sh @@ -665,7 +665,7 @@ function install_virt_manager() { # moved out as some 20.04 doesn't have this libs %) aptitude install -f -y python3-ntlm-auth libpython3-stdlib libbrlapi-dev libgirepository1.0-dev python3-testresources apt-get -y -o Dpkg::Options::="--force-overwrite" install ovmf - pip3 install tqdm requests six urllib3 ipaddr ipaddress idna dbus-python certifi lxml cryptography pyOpenSSL chardet asn1crypto pycairo PySocks PyGObject pylint pytest + PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install tqdm requests six urllib3 ipaddr ipaddress idna dbus-python certifi lxml cryptography pyOpenSSL chardet asn1crypto pycairo PySocks PyGObject pylint pytest # not available in 22.04 if [ $(lsb_release -sc) != "jammy" ]; then