This commit is contained in:
Sergei Erjemin 2024-11-17 01:10:33 +03:00
parent 57862884c8
commit db379ecb6b

View File

@ -14,7 +14,7 @@ sudo apt install dbus avahi-daemon
``` ```
Запускаем эти сервисы: Запускаем эти сервисы:
```shell ```bash
sudo systemctl start dbus sudo systemctl start dbus
sudo systemctl start avahi-daemon sudo systemctl start avahi-daemon
``` ```