From 77450f38f1d0f96009ce0e1fa358fddbec154c52 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Fri, 5 Sep 2025 16:36:31 +0530 Subject: [PATCH] minor correction --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79148e9..2895056 100644 --- a/setup.py +++ b/setup.py @@ -289,6 +289,6 @@ def install_other(): selected_other = menu2 for other in selected_other: - os.system(f"bash {dir}data/scripts/third-party/" + other + ".sh") + os.system(f"bash {dir}data/scripts/" + other + ".sh") menu() \ No newline at end of file