Skip to content

Commit

Permalink
fix auto-update on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Dec 5, 2023
1 parent 913c4bf commit 6a6bb9b
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/main/mxpy-up.py && python3 mxpy-up.py "$@"
wget -O ~/mxpy-up.py https://raw.githubusercontent.com/multiversx/mx-sdk-py-cli/main/mxpy-up.py && python3 ~/mxpy-up.py "$@"
"""


Expand Down

0 comments on commit 6a6bb9b

Please sign in to comment.