Automating juliaup installation - workarounds?

Has anyone found a way to work around the need to press ENTER to install juliaup (on linux)?

I’m aware that there have been related questions:

and that it’s a tracked FR:

But while it’s being developed, has anyone found a workaround on linux?

Usually, you can skip the prompts by sending new lines (echo | command or echo -ne ‘\n’ ), by using yes/expect or piping with cat, but all my attempts have failed to get me through the install automatically. Some examples:

1 Like