From a9e535b5c563c2183d345464e12bb7ce3ec0063d Mon Sep 17 00:00:00 2001 From: ZKAW Date: Mon, 28 Aug 2023 11:47:23 +0200 Subject: [PATCH] chore(INSTALL): exec precisions --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 6709361..aabca4c 100755 --- a/INSTALL +++ b/INSTALL @@ -79,5 +79,5 @@ if 'n' in addPath.lower(): else: shutil.copy2(script_path, '/usr/local/bin/w-killer') print(f'\n {LIGHTGREEN}* {CYAN}W{LIGHTGRAY}-{LIGHTBLUE}Killer{LIGHTGRAY} has been added {LIGHTGRAY}to /usr/local/bin.\n'\ - f' You can now run the script by typing "{BLUE}w-killer{LIGHTGRAY}".') + f' You can now run the script by typing "{BLUE}sudo w-killer{LIGHTGRAY}" in the terminal.') print(f'\n{LIGHTORANGE}Goodbye{LIGHTGRAY}.') \ No newline at end of file