We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61ce2c commit 0e3440aCopy full SHA for 0e3440a
scripts/setup_ubuntu.sh
@@ -80,6 +80,9 @@ $sudo $pac install -y poppler-utils
80
# Install tesseract as well as Russian language
81
$sudo $pac install -y tesseract-ocr libtesseract-dev tesseract-ocr-rus
82
83
+#### libmagic
84
+$sudo $pac install -y libmagic-dev
85
+
86
#### Put needrestart back the way it was and clean up
87
if [[ -d /etc/needrestart/conf.d/ ]]; then
88
$sudo rm -f /etc/needrestart/conf.d/99z_temp_disable.conf
0 commit comments