change urls to the-paperless-project repo

This commit is contained in:
Piotr Cichosz 2019-05-27 00:18:37 +02:00
parent 467bb013e2
commit 0eb073b6d2
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
#
# lxc launch ubuntu: paperless
# lxc exec paperless -- sh -c "sudo apt-get update && sudo apt-get install -y wget"
# lxc exec paperless -- sh -c "wget https://raw.githubusercontent.com/maur/paperless/master/docs/examples/lxc/lxc-install.sh && /bin/bash lxc-install.sh --email "
# lxc exec paperless -- sh -c "wget https://raw.githubusercontent.com/the-paperless-project/paperless/master/docs/examples/lxc/lxc-install.sh && /bin/bash lxc-install.sh --email "
#
#
set +e
@ -102,7 +102,7 @@ EOF
fi
#Get Paperless from git
su -c "cd /home/paperless ; git clone https://github.com/maur/paperless" paperless
su -c "cd /home/paperless ; git clone https://github.com/the-paperless-project/paperless" paperless
# Install Pip Requirements
apt-get -y install python3-pip python3-venv

View File

@ -522,7 +522,7 @@ if the above assumptions are acceptable.
.. code:: bash
$ lxc exec paperless -- sh -c "wget https://raw.githubusercontent.com/maur/paperless/master/docs/examples/lxc/lxc-install.sh && /bin/bash lxc-install.sh --email"
$ lxc exec paperless -- sh -c "wget https://raw.githubusercontent.com/the-paperless-project/paperless/master/docs/examples/lxc/lxc-install.sh && /bin/bash lxc-install.sh --email"
The script will ask you for an ftpupload password.
As well as the super-user for paperless web front-end.