Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 6625f89

Browse files
committed
Simplify installation command
The installation for docker is currently three separate commands, but it can be a single command if the user simply pipes to the sh interpreter directly. I know there are some who object to piping to sh from a URL, but the current method has no security benefit over piping directly to sh.
1 parent b8386a1 commit 6625f89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/setup.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ performs all the steps described in :ref:`setup-docker_hub` automatically.
116116

117117
.. code:: shell-session
118118
119-
$ wget https://raw.githubusercontent.com/jonaswinkler/paperless-ng/master/install-paperless-ng.sh
120-
$ chmod +x install-paperless-ng.sh
121-
$ ./install-paperless-ng.sh
119+
$ curl -L https://raw.githubusercontent.com/jonaswinkler/paperless-ng/master/install-paperless-ng.sh | sh
122120
123121
.. _setup-docker_hub:
124122

0 commit comments

Comments
 (0)