Use command substitution instead of piping in easy-install docs

This commit is contained in:
Kim 2022-02-17 09:18:01 +01:00 committed by GitHub
parent e4859412bc
commit 51be0f07a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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: