From 0eb073b6d283d73643e823de38149c07a4a544dd Mon Sep 17 00:00:00 2001 From: Piotr Cichosz Date: Mon, 27 May 2019 00:18:37 +0200 Subject: [PATCH] change urls to the-paperless-project repo --- docs/examples/lxc/lxc-install.sh | 4 ++-- docs/setup.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/examples/lxc/lxc-install.sh b/docs/examples/lxc/lxc-install.sh index d8fb06372..41ce375af 100644 --- a/docs/examples/lxc/lxc-install.sh +++ b/docs/examples/lxc/lxc-install.sh @@ -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 diff --git a/docs/setup.rst b/docs/setup.rst index ac1b250e4..e679d0b30 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -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.