From aa96a47efccdc123460d84b3e725c8fb77a3210a Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 7 May 2024 12:40:52 -0400 Subject: [PATCH] Update paperless-ngx-install.sh tweak --- install/paperless-ngx-install.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/install/paperless-ngx-install.sh b/install/paperless-ngx-install.sh index b462cfd4..23d8aa1b 100644 --- a/install/paperless-ngx-install.sh +++ b/install/paperless-ngx-install.sh @@ -13,15 +13,6 @@ setting_up_container network_check update_os -msg_info "Installing Python3" -$STD apt-get install -y --no-install-recommends \ - python3 \ - python3-pip \ - python3-dev \ - python3-setuptools \ - python3-wheel -msg_ok "Installed Python3" - msg_info "Installing Dependencies (Patience)" $STD apt-get install -y --no-install-recommends \ redis \ @@ -49,6 +40,15 @@ $STD apt-get install -y --no-install-recommends \ mc msg_ok "Installed Dependencies" +msg_info "Installing Python3 Dependencies" +$STD apt-get install -y --no-install-recommends \ + python3 \ + python3-pip \ + python3-dev \ + python3-setuptools \ + python3-wheel +msg_ok "Installed Python3 Dependencies" + msg_info "Installing OCR Dependencies (Patience)" $STD apt-get install -y --no-install-recommends \ unpaper \