Skip to content

Commit

Permalink
Disable system updates for the end user. There are too many unknowns …
Browse files Browse the repository at this point in the history
…at this point. It can still be done from the command line for expert users.
  • Loading branch information
eliasbakken committed Nov 28, 2023
1 parent a67dce5 commit 66713a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/install_moonraker/files/moonraker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ trusted_clients:

# this enables moonraker's update manager
[update_manager]
enable_system_updates: True
enable_system_updates: False

#[update_manager mainsail]
#type: web
Expand Down

0 comments on commit 66713a3

Please sign in to comment.