From ec737969b2f36740de5f771256ed6195ef6fcd09 Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Thu, 7 Dec 2023 13:51:56 +0200 Subject: [PATCH] add flag for installer --- mxpy-up.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxpy-up.py b/mxpy-up.py index 4a9a6f2a..c718c5a7 100644 --- a/mxpy-up.py +++ b/mxpy-up.py @@ -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 "$@" """