Closed esemeniuc closed 8 years ago
It's actually the opposite.
Tomayto, tomahto... I'll think we'll leave it as is, thanks.
Debian comes with wget but no curl in the default installation.
Agreed, most linux distros come with wget vs curl. OSX comes with curl on the other hand.
How about showing both options?
# Add the release PGP keys:
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
or
wget -q https://syncthing.net/release-key.txt -O - | sudo apt-key add -
There's enough curl | bash
type installations out there that I expect people understand it either way. I think it's fine as is.
Curl isn't on as many distributions by default versus wget