docs: clarify PackageKit documentation
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
5ec98cf0ba
commit
f616c83ebc
|
@ -226,13 +226,16 @@ sudo service moonraker restart
|
||||||
[machine]
|
[machine]
|
||||||
provider: systemd_cli
|
provider: systemd_cli
|
||||||
|
|
||||||
# Disable PackageKit to fallback to the APT CLI Package Update
|
# Edit your existing [update_manager] section to disable
|
||||||
|
# PackageKit. This will fallback to the APT CLI Package Update
|
||||||
# implementation.
|
# implementation.
|
||||||
[update_manager]
|
[update_manager]
|
||||||
|
#..other update manager options
|
||||||
enable_packagekit: False
|
enable_packagekit: False
|
||||||
|
|
||||||
# Alternatively system updates can be disabled
|
# Alternatively system updates can be disabled
|
||||||
[update_manager]
|
[update_manager]
|
||||||
|
#..other update manager options
|
||||||
enable_system_updates: False
|
enable_system_updates: False
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue