From 64173876a255576a9d572203ae90f493215e6587 Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Fri, 22 May 2026 02:05:12 -0400 Subject: [PATCH] Development --- routlin/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routlin/install.py b/routlin/install.py index b0bc3c1..0e0061a 100644 --- a/routlin/install.py +++ b/routlin/install.py @@ -461,7 +461,7 @@ def main(): dash_installed = _dash_already_configured() if dash_installed: print(" Web dashboard is already installed.") - want_dashboard = prompt_yn("Rebuild?", default="n") + want_dashboard = prompt_yn("Rebuild?", default="y") else: want_dashboard = prompt_yn("Install the web dashboard?", default="y")