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