Merge pull request 'minor correction' (#1) from minor-correction into main

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2025-09-05 16:37:09 +05:30

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