minor correction #1

Merged
aggarwalakshun merged 1 commits from minor-correction into main 2025-09-05 11:07:10 +00:00
Showing only changes of commit 77450f38f1 - Show all commits

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