From 0988b47752b57917a33a185e8e4ca9d39acc4f15 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Mon, 16 Jan 2023 15:30:11 +0100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6423a548..fd944d95 100644 --- a/README.md +++ b/README.md @@ -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