From d17a94f395c73feda46aa25f7f5a11544380a32c Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Mon, 13 Mar 2023 10:46:23 -0400 Subject: [PATCH] chore: add libreoffice to ubuntu install script (#363) --- scripts/setup_ubuntu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setup_ubuntu.sh b/scripts/setup_ubuntu.sh index 266aa1c9e..a7829722b 100755 --- a/scripts/setup_ubuntu.sh +++ b/scripts/setup_ubuntu.sh @@ -25,7 +25,7 @@ fi USER_ACCOUNT=$1 # 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 # get hung up on a screen asking us which services we want to restart after upgrading packages. $sudo $pac update -y @@ -84,7 +84,7 @@ $sudo $pac install -y poppler-utils #### Tesseract # 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 $sudo $pac install -y libmagic-dev