add reinstall instructions (#26439)

This commit is contained in:
Matheson Steplock 2023-03-03 02:47:01 -05:00 committed by GitHub
parent ed695cf950
commit b0e6fcddf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,5 +22,15 @@ If using Home Assistant Supervised, run the following on the host:
sudo apt install systemd-journal-remote -y
```
and then reboot. If you still see this issue then run the [supervised installer](https://github.com/home-assistant/supervised-installer)
and then reboot your system
If after upgrading you are still facing this error, reinstall `systemd-journal-remote` with the following command
```sh
sudo apt-get install --reinstall systemd-journal-remote
```
and reboot your system
If you still see this issue then run the [supervised installer](https://github.com/home-assistant/supervised-installer)
on the host as the supervisor service may need an update as well.