]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Use command substitution instead of piping in easy-install docs 67/head
authorKim <kim.philipp.jablonski@gmail.com>
Thu, 17 Feb 2022 08:18:01 +0000 (09:18 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Feb 2022 08:18:01 +0000 (09:18 +0100)
docs/setup.rst

index a869bd1bf28af3d315defc5627bc06e8fd1231d3..ee500c164e324db4b1c60478186d3bcbb6a83942 100644 (file)
@@ -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: