We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba0311 commit 67fb20cCopy full SHA for 67fb20c
README.md
@@ -32,13 +32,11 @@ have downloaded from the releases page.
32
You can test if the installation was successful by running:
33
34
```bash
35
-gdbus introspect --system --dest io.hass.os --object-path /io/hass/os
+busctl introspect --system io.hass.os /io/hass/os
36
```
37
38
This should **not** return an error. If you get an object introspection
39
-with `interface` etc. OS Agent is working as expected.
40
-
41
-You might need to install `libglib2.0-bin` to get the `gdbus` command.
+with `io.hass.os`, `interface` etc. OS Agent is working as expected.
42
43
## Uninstall
44
0 commit comments