From d1419177d0c3e6b72b3134e0c34cd9973b7ce277 Mon Sep 17 00:00:00 2001 From: Kendall Whitman Date: Wed, 4 Feb 2026 08:12:29 -0600 Subject: [PATCH] text update --- 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 17e8f8a..77619cd 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("Do you want to link home directories to external storage? (Y/n): ") if confirm_link.lower() == "y" or confirm_link.lower() == '': target_dir = input("Specify the full path to the external storage: ")