mask modemmanager close #857

This commit is contained in:
alfrix 2023-01-29 15:28:48 -06:00
parent 5de5e1e3eb
commit eeffdd26dd

View File

@ -92,6 +92,10 @@ install_packages()
echo_error "Installation of Misc packages failed ($MISC)" echo_error "Installation of Misc packages failed ($MISC)"
exit 1 exit 1
fi fi
# ModemManager interferes with klipper comms
# on buster it's installed as a dependency of mpv
# it doesn't happen on bullseye
sudo systemctl mask ModemManager.service
} }
create_virtualenv() create_virtualenv()