Skip to content

Commit

Permalink
doc/installation: raise version to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Oct 7, 2022
1 parent 0f04c5c commit dfa807c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ and extract it to a folder named `director` in one of your Icinga Web 2 module p
You might want to use a script as follows for this task:

```shell
MODULE_VERSION="1.10.0"
MODULE_VERSION="1.10.1"
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
Expand All @@ -123,7 +123,7 @@ Just clone the repository to one of your Icinga Web 2 module path directories.
It will be immediately ready for use:

```shell
MODULE_VERSION="1.10.0"
MODULE_VERSION="1.10.1"
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
Expand Down

0 comments on commit dfa807c

Please sign in to comment.