## π 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 `