Skip to content

Commit 0e3440a

Browse files
authored
fix: add libmagic dep to ubuntu script (#281)
1 parent e61ce2c commit 0e3440a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/setup_ubuntu.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ $sudo $pac install -y poppler-utils
8080
# Install tesseract as well as Russian language
8181
$sudo $pac install -y tesseract-ocr libtesseract-dev tesseract-ocr-rus
8282

83+
#### libmagic
84+
$sudo $pac install -y libmagic-dev
85+
8386
#### Put needrestart back the way it was and clean up
8487
if [[ -d /etc/needrestart/conf.d/ ]]; then
8588
$sudo rm -f /etc/needrestart/conf.d/99z_temp_disable.conf

0 commit comments

Comments
 (0)