Pipe downloaded script to sh instead bash

This commit is contained in:
Lawrence Lagerlof 2022-09-17 09:59:30 -03:00
parent 067ce1813b
commit 11cd3de1c3

View file

@ -154,7 +154,7 @@ In Arch Linux, you can use the `h-m-m-git` AUR package to install it.
You can run the following command to install h-m-m:
```sh
wget -q -O - 'https://raw.githubusercontent.com/nadrad/h-m-m/main/install.sh' | bash
wget -q -O - 'https://raw.githubusercontent.com/nadrad/h-m-m/main/install.sh' | sh
```
This command downloads and runs the install.sh script, which it turn downloads h-m-m, copies it to `/usr/local/bin`, checks the dependencies, and makes it executable.