from_pdf_to_ppt / setup.sh
rongo1
fixing setup.sh
43c005c
raw
history blame contribute delete
225 Bytes
apt-get update
apt-get install poppler-utils
apt-get install -y unoconv libreoffice
cp /usr/bin/unoconv /usr/local/bin/unoconv
sed -i 's|#!/usr/bin/env python3|#!/usr/bin/python3|' /usr/local/bin/unoconv
apt-get clean