Readme: Fix shell installation (#1547)

Use the -s (silent) flag so curl does not pass metainformation like
downloadspeed etc to bash.

Co-authored-by: ChristopherHX <[email protected]>
This commit is contained in:
Philippe Schenker
2023-01-16 14:30:11 +00:00
committed by GitHub
co-authored by ChristopherHX
parent d064863f9b
commit 0988b47752
+1 -1
View File
@@ -115,7 +115,7 @@ nix run nixpkgs#act
Run this command in your terminal:
```shell
curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
curl -s https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
```
### Manual download