-
Notifications
You must be signed in to change notification settings - Fork 457
Open
Description
🐛 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 :)
harai and yageeklixiaowei11111, aiktb, astraw, zupzup, Singtaa and 2 more
Metadata
Metadata
Assignees
Labels
No labels