From 38927897dc43ba5a25b7740afd5ed48299fac64d Mon Sep 17 00:00:00 2001 From: Lukas Macura Date: Wed, 7 Dec 2016 13:17:16 +0100 Subject: [PATCH] Updated trunk versions --- README.md | 4 ++-- install.sh | 2 +- lib/zaf.lib.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f328e9a..3b66371 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ git clone https://github.com/limosek/zaf.git \ && git checkout master \ && git clone https://github.com/limosek/zaf-plugins.git \ && make deb PLUGINS="./zaf-plugins/fsx" ZAF_PLUGINS="zaf" ZAF_OPTIONS="ZAF_GIT=0" AGENT_OPTIONS="Z_Server=zabbix.server Z_ServerActive=zabbix.server Z_StartAgents=8" -sudo dpkg -i out/zaf-1.3master.deb +sudo dpkg -i out/zaf-1.4master.deb ``` General usage: ``` @@ -154,7 +154,7 @@ During plugin installation, zaf will check all dependencies, do install binaries Zaf binary can be installed on any system from openwrt to big system. It has minimal dependencies and is shell based. Is has minimal size (up to 50kb of code). It can be used for installing, removing and testing zaf plugin items. Zaf should be run as root. ``` ./zaf -./zaf Version 1.3master. Please use some of this commands: +./zaf Version 1.4master. Please use some of this commands: ./zaf Cmd [ZAF_OPTION=value] [ZAF_CTRL_Option=value] [ZAF_CTRLI_Item_Option=value] ... Plugin manipulation commands: ./zaf update To update repo (not plugins, similar to apt-get update) diff --git a/install.sh b/install.sh index d1ad40b..b445701 100755 --- a/install.sh +++ b/install.sh @@ -407,7 +407,7 @@ zaf_postconfigure() { if ! [ -f README.md ]; then # Hardcoded variables - ZAF_VERSION="1.3" + ZAF_VERSION="1.4" export ZAF_TMP_DIR="/tmp/zaf-installer" export ZAF_DIR="$ZAF_TMP_DIR/zaf" if [ -n "$ZAF_PROXY" ]; then diff --git a/lib/zaf.lib.sh b/lib/zaf.lib.sh index 20e9a56..3c80791 100644 --- a/lib/zaf.lib.sh +++ b/lib/zaf.lib.sh @@ -1,6 +1,6 @@ # Hardcoded variables -ZAF_VERSION="1.3" +ZAF_VERSION="1.4" ZAF_GITBRANCH="master" ZAF_URL="https://github.com/limosek/zaf" ZAF_RAW_URL="https://raw.githubusercontent.com/limosek/zaf"