Skip to content

Commit

Permalink
add flag for installer
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Dec 7, 2023
1 parent 544e7b0 commit ec73796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxpy-up.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def get_mxpy_update_shortcut_content():
"""

return f"""#!/bin/sh
wget -O mxpy-up.py https://raw.githubusercontent.com/multiversx/mx-sdk-py-cli/mxpy-update/mxpy-up.py && python3 mxpy-up.py "$@"
wget -O mxpy-up.py https://raw.githubusercontent.com/multiversx/mx-sdk-py-cli/mxpy-update/mxpy-up.py && python3 mxpy-up.py --not-interactive "$@"
"""


Expand Down

0 comments on commit ec73796

Please sign in to comment.