Skip to content

Commit

Permalink
Update kvm-qemu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Dec 8, 2024
1 parent 9d48ff3 commit 8211cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/kvm-qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8211cf9

Please sign in to comment.