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