diff options
author | Philippe Schenker <philippe.schenker@impulsing.ch> | 2023-01-16 15:30:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 15:30:11 +0100 |
commit | 0988b47752b57917a33a185e8e4ca9d39acc4f15 (patch) | |
tree | ab2f6799eb8e466b43e889ec55da5f9a05ad83ca /README.md | |
parent | fix: allow override of artifact server bind address (#1560) (diff) | |
download | forgejo-act-0988b47752b57917a33a185e8e4ca9d39acc4f15.tar.xz forgejo-act-0988b47752b57917a33a185e8e4ca9d39acc4f15.zip |
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 <christopher.homberger@web.de>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |