File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ path for Icinga Web 2 installations is: `/usr/share/icinga-php`
1616Download or clone this repository there (e.g. ` /usr/share/icinga-php/vendor ` ) and you're done.
1717
1818> ** Note** : Do NOT install the GIT master, it will not work! Checking out a
19- > branch like ` stable/0.11 .0 ` or a tag like ` v0.11 .0 ` is fine.
19+ > branch like ` stable/0.13 .0 ` or a tag like ` v0.13 .0 ` is fine.
2020
2121### Examples
2222
2323** Sample Tarball installation**
2424
2525``` sh
2626INSTALL_PATH=" /usr/share/icinga-php/vendor"
27- INSTALL_VERSION=" v0.11 .0"
27+ INSTALL_VERSION=" v0.13 .0"
2828mkdir " $INSTALL_PATH " \
2929&& wget -q " https://github.com/Icinga/icinga-php-thirdparty/archive/$INSTALL_VERSION .tar.gz" -O - \
3030 | tar xfz - -C " $INSTALL_PATH " --strip-components 1
@@ -34,6 +34,6 @@ mkdir "$INSTALL_PATH" \
3434
3535```
3636INSTALL_PATH="/usr/share/icinga-php/vendor"
37- INSTALL_VERSION="stable/0.11 .0"
37+ INSTALL_VERSION="stable/0.13 .0"
3838git clone https://github.com/Icinga/icinga-php-thirdparty.git "$INSTALL_PATH" --branch "$INSTALL_VERSION"
3939```
You can’t perform that action at this time.
0 commit comments