change packages to monofont (#11138)

This commit is contained in:
Bas Nijholt 2019-11-09 17:01:04 +01:00 committed by Fabian Affolter
parent 6400d0475d
commit e49a8ed371

View File

@ -101,19 +101,19 @@ The packages you need to have available on your system that will run Hass.io may
### Debian/Ubuntu ### Debian/Ubuntu
- apparmor-utils - `apparmor-utils`
- apt-transport-https - `apt-transport-https`
- avahi-daemon - `avahi-daemon`
- ca-certificates - `ca-certificates`
- curl - `curl`
- dbus - `dbus`
- jq - `jq`
- socat - `socat`
- software-properties-common - `software-properties-common`
Optional: Optional:
- network-manager - `network-manager`
<div class='note warning'> <div class='note warning'>
@ -123,14 +123,14 @@ Optional:
### Arch Linux ### Arch Linux
- apparmor - `apparmor`
- avahi - `avahi`
- ca-certificates - `ca-certificates`
- curl - `curl`
- dbus - `dbus`
- docker - `docker`
- jq - `jq`
- socat - `socat`
You also need to have Docker-CE installed. There are well-documented procedures for installing Docker on Ubuntu at [Docker.com](https://docs.docker.com/install/linux/docker-ce/ubuntu/), you can find installation steps for your Linux distribution in the menu on the left. You also need to have Docker-CE installed. There are well-documented procedures for installing Docker on Ubuntu at [Docker.com](https://docs.docker.com/install/linux/docker-ce/ubuntu/), you can find installation steps for your Linux distribution in the menu on the left.