From f616c83ebc4855d0c46e7ef3d6e630daec81f2c4 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Sun, 30 Jan 2022 14:12:03 -0500 Subject: [PATCH] docs: clarify PackageKit documentation Signed-off-by: Eric Callahan --- docs/installation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 14b0b53..b905818 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 ```