From 2657c9e8b8e88d94b8d6acbe04e1b88e40f2cfdd Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Fri, 1 Dec 2023 09:23:12 -0500 Subject: [PATCH] feat(updater): Disable web based updater for real Web based updates aren't used in the image, but the button remains enabled and generates an error when clicked. Let's eliminate the web updater button. Signed-off-by: Josh Richards --- .config/upgrade-disable-web.config.php | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/upgrade-disable-web.config.php diff --git a/.config/upgrade-disable-web.config.php b/.config/upgrade-disable-web.config.php new file mode 100644 index 00000000..cb00b436 --- /dev/null +++ b/.config/upgrade-disable-web.config.php @@ -0,0 +1,4 @@ + true, +);