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