diff --git a/README.md b/README.md index 6e09298..df72c9b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ REPO="https://github.com/Icinga/icingaweb2-module-ipl" \ && MODULES_PATH="/usr/share/icingaweb2/modules" \ && MODULE_VERSION=0.1.1 \ && mkdir -p "$MODULES_PATH" \ -&& git clone ${REPO} "${MODULES_PATH}/ipl" +&& git clone ${REPO} "${MODULES_PATH}/ipl" --branch v${MODULE_VERSION} icingacli module enable ipl ``` diff --git a/module.info b/module.info index afa5f4f..2f7ac5e 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: IPL Bundle -Version: v0.1.1 +Version: master Description: The Icinga PHP library This repository ships libraries useful for Icinga Web 2 modules. Please download the latest release and install it like any other module.