Use HTTPS for curl installation (#627)

Using HTTPS prevents: 

- accidentally running a captive portal login screen as a Fish script and sourcing it
- other security and privacy benefits of HTTPS
comments
rany 4 years ago committed by GitHub
parent 4ff6128860
commit cd9d69209e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ Looking for plugins? Browse [git.io/awsm.fish](https://git.io/awesome.fish) or [
## Installation
```console
curl -sL git.io/fisher | source && fisher install jorgebucaran/fisher
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
```
## Quickstart
@ -150,4 +150,4 @@ end
## License
[MIT](LICENSE.md)
[MIT](LICENSE.md)

Loading…
Cancel
Save