minor correction
This commit is contained in:
@@ -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()
|
||||||
Reference in New Issue
Block a user