From 8724f667611345b56703fbf57c1b843bc89fc330 Mon Sep 17 00:00:00 2001 From: Kendall Whitman Date: Mon, 27 Apr 2026 15:22:58 -0500 Subject: [PATCH] update input text --- setup/arch/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/arch/install.py b/setup/arch/install.py index 9058d9c..f50b20e 100644 --- a/setup/arch/install.py +++ b/setup/arch/install.py @@ -4,7 +4,7 @@ from pathlib import Path def sym_link_dir(): - confirm_link = input("Do you want to link home directories to external storage? (Y/n): ") + confirm_link = input("Link home directories to external storage? (Y/n): ") if confirm_link.lower() not in ("y", "yes", ""): return