mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-25 01:13:40 +00:00
Update paperless-ngx-install.sh
This commit is contained in:
parent
6d88f1a796
commit
c54180e8fb
@ -61,7 +61,7 @@ $STD apt-get install -y \
|
|||||||
tesseract-ocr \
|
tesseract-ocr \
|
||||||
tesseract-ocr-eng
|
tesseract-ocr-eng
|
||||||
|
|
||||||
echo "deb http://deb.debian.org/debian trixie main" | sudo tee /etc/apt/sources.list.d/trixie.list
|
$STD echo "deb http://deb.debian.org/debian trixie main" | sudo tee /etc/apt/sources.list.d/trixie.list
|
||||||
$STD cat <<EOF | sudo tee /etc/apt/preferences.d/ghostscript
|
$STD cat <<EOF | sudo tee /etc/apt/preferences.d/ghostscript
|
||||||
Package: *
|
Package: *
|
||||||
Pin: release n=trixie
|
Pin: release n=trixie
|
||||||
@ -72,8 +72,8 @@ Pin: release n=trixie
|
|||||||
Pin-Priority: 990
|
Pin-Priority: 990
|
||||||
EOF
|
EOF
|
||||||
$STD apt-get update
|
$STD apt-get update
|
||||||
echo "libc6 libraries/restart-without-asking boolean true" | sudo debconf-set-selections
|
$STD echo "libc6 libraries/restart-without-asking boolean true" | sudo debconf-set-selections
|
||||||
DEBIAN_FRONTEND=noninteractive apt install -t trixie ghostscript -y
|
$STD DEBIAN_FRONTEND=noninteractive apt install -t trixie ghostscript -y
|
||||||
msg_ok "Installed OCR Dependencies"
|
msg_ok "Installed OCR Dependencies"
|
||||||
|
|
||||||
msg_info "Installing JBIG2"
|
msg_info "Installing JBIG2"
|
||||||
|
Loading…
Reference in New Issue
Block a user