From 25d47e6ba8b190e59a06922adf529e27199be1a9 Mon Sep 17 00:00:00 2001 From: Lukas Macura Date: Mon, 5 Dec 2016 12:17:34 +0100 Subject: [PATCH] Updated doc for wget --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe74007..f328e9a 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ If you have only wget installed: ``` wget --no-check-certificate -O - https://raw.githubusercontent.com/limosek/zaf/master/install.sh | sh ``` -If you do not have https support (like openwrt) +If you do not have https support (like openwrt), I made small http mirror of github files which is synchronized each day: ``` -wget -O - http://github.macura.cz/zaf/install.sh| ZAF_RAW_URL=http://github.macura.cz/zaf/install.sh ZAF_REPO_URL=http://github.macura.cz/zaf-plugins/ sh +wget -O - http://github.macura.cz/zaf/install.sh| ZAF_RAW_URL=http://github.macura.cz/zaf/ ZAF_REPO_URL=http://github.macura.cz/zaf-plugins/ sh ``` ### Install options and autoconfiguration