Angelmmiguel / pm

The easy way to switch between your projects on ZSH
MIT License
193 stars 17 forks source link

[Fix] Move to curl and shows errors on fetch of script #25

Open NigelGreenway opened 3 years ago

NigelGreenway commented 3 years ago

I'm proposing removing the use of wget for two reasons:

dereckson commented 2 years ago

wget is not installed as standard on macs where cURL is On most Linux distro, that's the other way around

On FreeBSD, neither is installed, there is a fetch utility.

It seems a reasonable requirement to expect people to have wget on every platform. In another hand, most automatic web installation offers curl shell script | shell.