🐛 Bug description
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
does not work. Error: sh: 21: Syntax error: "(" unexpected (expecting "fi")
🤔 Expected Behavior
Install script should have run.
👟 Steps to reproduce
Run
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
🌍 Your environment
Ubuntu. Using bash instead will work:
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | bash