chore: add libreoffice to ubuntu install script (#363)

This commit is contained in:
Matt Robinson 2023-03-13 10:46:23 -04:00 committed by GitHub
parent 7c08450597
commit d17a94f395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ fi
USER_ACCOUNT=$1 USER_ACCOUNT=$1
# Update existing packages # Update existing packages
# Reconfigure the service that detects the need for service restarts from interactive mode (user # Reconfigure the service that detects the need for service restarts from interactive mode (user
# needs to manually confirm which services to restart) to automatic. If we don't do this we'll # needs to manually confirm which services to restart) to automatic. If we don't do this we'll
# get hung up on a screen asking us which services we want to restart after upgrading packages. # get hung up on a screen asking us which services we want to restart after upgrading packages.
$sudo $pac update -y $sudo $pac update -y
@ -84,7 +84,7 @@ $sudo $pac install -y poppler-utils
#### Tesseract #### Tesseract
# Install tesseract as well as Russian language # Install tesseract as well as Russian language
$sudo $pac install -y tesseract-ocr libtesseract-dev tesseract-ocr-rus $sudo $pac install -y tesseract-ocr libtesseract-dev tesseract-ocr-rus libreoffice
#### libmagic #### libmagic
$sudo $pac install -y libmagic-dev $sudo $pac install -y libmagic-dev