diff --git a/README.install b/README.install index 04819c0..31da800 100644 --- a/README.install +++ b/README.install @@ -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