Adjust README.install: add PDF Utills 'poppler-utils' to the debian package install list.
This commit is contained in:
parent
3df7a5832a
commit
0886402b97
@ -92,7 +92,7 @@ cd /tmp
|
||||
# See at 'https://dev.mysql.com/downloads/repo/apt/' which is the
|
||||
# actual version of the apt-repository
|
||||
#
|
||||
mysql_apt_version=0.8.15-1
|
||||
mysql_apt_version=0.8.24-1
|
||||
wget https://dev.mysql.com/get/mysql-apt-config_${mysql_apt_version}_all.deb
|
||||
dpkg -i mysql-apt-config_${mysql_apt_version}_all.deb
|
||||
|
||||
@ -100,6 +100,14 @@ apt-get update
|
||||
apt-get install mysql-server
|
||||
|
||||
|
||||
# ---
|
||||
# 0.2) PDF Utils as 'pdftotext'
|
||||
# ---
|
||||
|
||||
# Install PDF Utils 'poppler-utils'
|
||||
#
|
||||
apt install poppler-utils
|
||||
|
||||
|
||||
# ---
|
||||
# 1.) Install Mattermost Service
|
||||
|
Loading…
Reference in New Issue
Block a user