minor correction

This commit is contained in:
2025-09-05 16:36:31 +05:30
parent c949c75f28
commit 77450f38f1

View File

@@ -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()