1
0
mirror of https://github.com/limosek/zaf.git synced 2024-09-20 21:01:38 +02:00

Repaired installation doc when non-ssl

This commit is contained in:
Lukas Macura 2016-12-23 14:55:40 +01:00
parent 56763de3fc
commit 6174a043bc

View File

@ -39,7 +39,7 @@ wget --no-check-certificate -O - https://raw.githubusercontent.com/limosek/zaf/m
```
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/ 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_URL=http://github.macura.cz/zaf/ ZAF_REPO_URL=http://github.macura.cz/zaf-plugins/ sh
```
### Install options and autoconfiguration