mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-03 11:54:31 +02:00
It's now icinga-php-library
, not just ipl
anymore
This commit is contained in:
parent
46c1aa07cc
commit
b7f5ed3336
@ -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_VERSION="v1.0.0"
|
||||
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
|
||||
```
|
||||
|
||||
@ -43,5 +43,5 @@ mkdir "$INSTALL_PATH"
|
||||
```
|
||||
INSTALL_PATH="/usr/share/icinga-php/ipl"
|
||||
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"
|
||||
```
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "icinga/ipl",
|
||||
"name": "icinga/icinga-php-library",
|
||||
"type": "project",
|
||||
"description": "Icinga Web 2 - bundled Icinga PHP libraries",
|
||||
"homepage": "https://github.com/Icinga/ipl",
|
||||
"homepage": "https://github.com/Icinga/icinga-php-library",
|
||||
"license": "MIT",
|
||||
"config": {
|
||||
"sort-packages": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user