Compare commits

2 Commits

Author SHA1 Message Date
22c9217059 Merge pull request 'minor correction' (#1) from minor-correction into main
Reviewed-on: #1
2025-09-05 16:37:09 +05:30
77450f38f1 minor correction 2025-09-05 16:36:31 +05:30

View File

@@ -289,6 +289,6 @@ def install_other():
selected_other = menu2 selected_other = menu2
for other in selected_other: 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() menu()