Add disable Modem Manager in Hass.io generic install (#11362)

This commit is contained in:
Franck Nijhof 2019-12-04 14:01:25 +01:00 committed by GitHub
parent 18a327996f
commit ab5e65b149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,6 +156,7 @@ sudo -i
apt-get install software-properties-common
apt-get update
apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat
systemctl disable ModemManager
curl -fsSL get.docker.com | sh
```