# File lib/knife-solo/bootstraps.rb, line 64 def http_client_get_url(url, file) stream_command "/bin/sh -c \" \\\nif command -v curl >/dev/null 2>&1; then \\\ncurl -L -o '\#{file}' '\#{url}'; \\\nelse \\\nwget -O '\#{file}' '\#{url}'; \\\nfi; \\\n\"\n" end