update input text
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user