docs: clarify PackageKit documentation

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-01-30 14:12:03 -05:00
parent 5ec98cf0ba
commit f616c83ebc
1 changed files with 4 additions and 1 deletions

View File

@ -226,13 +226,16 @@ sudo service moonraker restart
[machine]
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.
[update_manager]
#..other update manager options
enable_packagekit: False
# Alternatively system updates can be disabled
[update_manager]
#..other update manager options
enable_system_updates: False
```