From 51be0f07a5700d9250b9f6c49493dcf9a226c6b3 Mon Sep 17 00:00:00 2001 From: Kim Date: Thu, 17 Feb 2022 09:18:01 +0100 Subject: [PATCH] Use command substitution instead of piping in easy-install docs --- docs/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.rst b/docs/setup.rst index a869bd1bf..ee500c164 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: