mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-20 20:24:34 +02:00
Escape newline in shell code
This commit is contained in:
parent
0f43b60372
commit
f4d823f1a1
@ -34,7 +34,7 @@ Download or clone this repository there (e.g. `/usr/share/icinga-php/ipl`) and y
|
||||
```sh
|
||||
INSTALL_PATH="/usr/share/icinga-php/ipl"
|
||||
INSTALL_VERSION="v0.7.0"
|
||||
mkdir "$INSTALL_PATH"
|
||||
mkdir "$INSTALL_PATH" \
|
||||
&& wget -q "https://github.com/Icinga/icinga-php-library/archive/$INSTALL_VERSION.tar.gz" -O - \
|
||||
| tar xfz - -C "$INSTALL_PATH" --strip-components 1
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user