mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-13 11:06:33 +03:00
15 lines
782 B
Bash
15 lines
782 B
Bash
#!/bin/bash
|
|
|
|
apt-get update
|
|
apt-get install -y poppler-utils libfile-mimeinfo-perl ghostscript libsecret-1-0 zlib1g-dev libjpeg-dev imagemagick libmagic1 libreoffice inkscape xvfb
|
|
apt-get install -y libxml2-dev libxslt1-dev antiword unrtf pstotext tesseract-ocr flac lame libmad0 libsox-fmt-mp3 sox swig
|
|
apt-get install -y python-dev libxml2-dev libxslt1-dev antiword unrtf poppler-utils pstotext tesseract-ocr \
|
|
flac ffmpeg lame libmad0 libsox-fmt-mp3 sox libjpeg-dev swig
|
|
wget https://github.com/jgraph/drawio-desktop/releases/download/v13.0.3/draw.io-amd64-13.0.3.deb
|
|
dpkg -i draw.io-amd64-13.0.3.deb
|
|
/spacy_setup
|
|
rm draw.io-amd64-13.0.3.deb
|
|
apt-get purge -y --auto-remove -o APT:AutoRemove:RecommendsImportant=false && \
|
|
rm -rf /var/lib/apt/lists/*
|
|
preview --check-dependencies
|