It's now icinga-php-library, not just ipl anymore

This commit is contained in:
Johannes Meyer 2021-05-28 11:29:38 +02:00
parent 46c1aa07cc
commit b7f5ed3336
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ Download or clone this repository there (e.g. `/usr/share/icinga-php/ipl`) and y
INSTALL_PATH="/usr/share/icinga-php/ipl" INSTALL_PATH="/usr/share/icinga-php/ipl"
INSTALL_VERSION="v1.0.0" INSTALL_VERSION="v1.0.0"
mkdir "$INSTALL_PATH" mkdir "$INSTALL_PATH"
&& wget -q "https://github.com/Icinga/ipl/archive/$INSTALL_VERSION.tar.gz" -O - \ && wget -q "https://github.com/Icinga/icinga-php-library/archive/$INSTALL_VERSION.tar.gz" -O - \
| tar xfz - -C "$INSTALL_PATH" --strip-components 1 | tar xfz - -C "$INSTALL_PATH" --strip-components 1
``` ```
@ -43,5 +43,5 @@ mkdir "$INSTALL_PATH"
``` ```
INSTALL_PATH="/usr/share/icinga-php/ipl" INSTALL_PATH="/usr/share/icinga-php/ipl"
INSTALL_VERSION="stable/1.0.0" INSTALL_VERSION="stable/1.0.0"
git clone https://github.com/Icinga/ipl.git "$INSTALL_PATH" --branch "$INSTALL_VERSION" git clone https://github.com/Icinga/icinga-php-library.git "$INSTALL_PATH" --branch "$INSTALL_VERSION"
``` ```

View File

@ -1,8 +1,8 @@
{ {
"name": "icinga/ipl", "name": "icinga/icinga-php-library",
"type": "project", "type": "project",
"description": "Icinga Web 2 - bundled Icinga PHP libraries", "description": "Icinga Web 2 - bundled Icinga PHP libraries",
"homepage": "https://github.com/Icinga/ipl", "homepage": "https://github.com/Icinga/icinga-php-library",
"license": "MIT", "license": "MIT",
"config": { "config": {
"sort-packages": true, "sort-packages": true,