Skip to main content

One doc tagged with "curl"

View all tags

The curl-bash pattern

This is a common approach to installing various tools via a terminal prompt. You see this commonly done like so: `curl example.com/install.sh | bash`