Skip to content

Installation fails on Linux and macOS #1517

@tronical

Description

@tronical

🐛 Bug description

The instructions at

https://drager.github.io/wasm-pack/installer/

recommend the use of

curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh

on macOS, this errors out:

% curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
sh: line 35: ORIG_ARGS[@]: unbound variable

on Linux, this errors out:

$ curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
sh: 21: Syntax error: "(" unexpected (expecting "fi")

The old url (https://rustwasm.github.io/wasm-pack/installer/init.sh) still works.

🤔 Expected Behavior

It should work again :-)

👟 Steps to reproduce

See above :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions