paperless - new prefered seq for paperless using a venv

This commit is contained in:
2022-12-15 22:02:48 +01:00
parent 89c36afb0d
commit 69212c44b6
3 changed files with 351 additions and 4 deletions

View File

@@ -161,9 +161,6 @@ step_13_alias() { echo "requirements"; }
step_13() {
exe cd "${sc_paperlessHome}"
exe sudo -Hu paperless pip3 install --upgrade pip
info "Remove '-e' before the line for django-q"
ask "Press Enter to continue?"
editor "${sc_paperlessDir}/requirements.txt"
exe sudo -Hu paperless pip3 install --requirement "${sc_paperlessDir}/requirements.txt"
}
@@ -184,7 +181,7 @@ step_16() {
}
step_18_info() {
echoinfoArgs "[OPTIONS]"; echo "Retag existing documents"
echo "Retag existing documents"
echoinfo "OPTIONS"
echoinfo " -c, --correspondent"
echoinfo " -T, --tags"
@@ -193,6 +190,7 @@ step_18_info() {
echoinfo " --use-first"
echoinfo " -f, --overwrite"
}
step_18_options() { echo "[OPTIONS]"; }
step_18_alias() { echo "retag"; }
step_18() {
shift