forked from lix-project/hydra
Merge pull request #560 from Synthetica9/nixpkgs-40521-hydra
Remove "bashism"
This commit is contained in:
commit
4013e83e3f
|
@ -541,7 +541,7 @@ END;
|
||||||
following command:</p>
|
following command:</p>
|
||||||
|
|
||||||
<pre>
|
<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>
|
</pre>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue