From: Kim Date: Thu, 17 Feb 2022 08:18:01 +0000 (+0100) Subject: Use command substitution instead of piping in easy-install docs X-Git-Tag: ngx-1.6.0-rc1~87^2^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F67%2Fhead;p=thirdparty%2Fpaperless-ngx.git Use command substitution instead of piping in easy-install docs --- diff --git a/docs/setup.rst b/docs/setup.rst index a869bd1bf2..ee500c164e 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -116,7 +116,7 @@ performs all the steps described in :ref:`setup-docker_hub` automatically. .. code:: shell-session - $ curl -L https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/master/install-paperless-ng.sh | bash + $ bash -c "$(curl -L https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/master/install-paperless-ng.sh)" .. _setup-docker_hub: