From 66713a3564f00ea5def5e4e242c45c48f001097b Mon Sep 17 00:00:00 2001 From: Elias Bakken Date: Tue, 28 Nov 2023 01:12:46 +0100 Subject: [PATCH] Disable system updates for the end user. There are too many unknowns at this point. It can still be done from the command line for expert users. --- roles/install_moonraker/files/moonraker.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/install_moonraker/files/moonraker.conf b/roles/install_moonraker/files/moonraker.conf index 36b8138a..491dd93b 100644 --- a/roles/install_moonraker/files/moonraker.conf +++ b/roles/install_moonraker/files/moonraker.conf @@ -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