forked from lix-project/hydra
Remove "bashism"
Replace `bash <(...)` with `... | bash` See also: NixOS/nixpkgs#40521
This commit is contained in:
parent
09a4c9fad2
commit
d27732bdf0
|
@ -541,7 +541,7 @@ END;
|
|||
following command:</p>
|
||||
|
||||
<pre>
|
||||
<span class="shell-prompt">$ </span>bash <(curl <a [% HTML.attributes(href => url) %]>[% HTML.escape(url) %]</a>)
|
||||
<span class="shell-prompt">$ </span>curl <a [% HTML.attributes(href => url) %]>[% HTML.escape(url) %]</a> | bash
|
||||
</pre>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue