mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 21:39:40 +02:00
Update install.sh
This commit is contained in:
parent
cd19c7f599
commit
01eafe1ba5
1 changed files with 8 additions and 8 deletions
16
install.sh
16
install.sh
|
@ -84,14 +84,14 @@ fi
|
||||||
apt-get install --fix-broken -y
|
apt-get install --fix-broken -y
|
||||||
|
|
||||||
# install packages
|
# install packages
|
||||||
sudo apt install python3-dev # for compiling things
|
apt install -y python3-dev # for compiling things
|
||||||
sudo apt install libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0 # For HTML -> PDF
|
apt install -y libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0 # For HTML -> PDF
|
||||||
sudo apt install libreoffice-nogui # For Office -> PDF
|
apt install -y libreoffice-nogui # For Office -> PDF
|
||||||
sudo apt install exiftool # for extracting exif information
|
apt install -y exiftool # for extracting exif information
|
||||||
sudo apt install unrar # for extracting rar files
|
apt install -y unrar # for extracting rar files
|
||||||
sudo apt install libxml2-dev libxslt1-dev antiword unrtf poppler-utils tesseract-ocr flac ffmpeg lame libmad0 libsox-fmt-mp3 sox libjpeg-dev swig # for textract
|
apt install -y libxml2-dev libxslt1-dev antiword unrtf poppler-utils tesseract-ocr flac ffmpeg lame libmad0 libsox-fmt-mp3 sox libjpeg-dev swig # for textract
|
||||||
sudo apt install libssl-dev # seems required for yara-python
|
apt install -y libssl-dev # seems required for yara-python
|
||||||
sudo apt install libcairo2-dev # Required by reportlab
|
apt install -y libcairo2-dev # Required by reportlab
|
||||||
|
|
||||||
apt install -y rsyslog cron # log logging
|
apt install -y rsyslog cron # log logging
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue