From 3316f0218552c5b28b2d339944459581131e5c89 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 12 Jun 2016 18:41:38 +0800 Subject: [PATCH] Updated How to use on embedded FreeBSD (markdown) --- How-to-use-on-embedded-FreeBSD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-use-on-embedded-FreeBSD.md b/How-to-use-on-embedded-FreeBSD.md index aaaa5f8..0957458 100644 --- a/How-to-use-on-embedded-FreeBSD.md +++ b/How-to-use-on-embedded-FreeBSD.md @@ -1,4 +1,4 @@ -FreeBSD embedded systems like nas4free, FreeNAS, pfSense etc. usually don't have curl and wget installed. The [fetch(1)](http://www.freebsd.org/cgi/man.cgi?fetch(1)) utility can't replace them, because it doesn't support POST and PUT requests. So I used this workaround to get curl running on this platform. +FreeBSD embedded systems like nas4free, FreeNAS etc. usually don't have curl and wget installed. The [fetch(1)](http://www.freebsd.org/cgi/man.cgi?fetch(1)) utility can't replace them, because it doesn't support POST and PUT requests. So I used this workaround to get curl running on this platform. Full story in Issue [#194](https://github.com/Neilpang/acme.sh/issues/194).