2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 07:28:25 +00:00

add libxext6 for deb based distros

This commit is contained in:
Pratik Vyas 2014-11-11 21:37:43 +05:30
parent 1400a5ee69
commit fc327749ca

View File

@ -176,7 +176,7 @@ install_packages() {
export DEBIAN_FRONTEND=noninteractive
setup_debconf
run_cmd sudo apt-get update
run_cmd sudo apt-get install python-dev python-setuptools build-essential python-mysqldb git memcached ntp vim screen htop mariadb-server mariadb-common libmariadbclient-dev libxslt1.1 libxslt1-dev redis-server libssl-dev libcrypto++-dev postfix nginx supervisor python-pip fontconfig libxrender1 -y
run_cmd sudo apt-get install python-dev python-setuptools build-essential python-mysqldb git memcached ntp vim screen htop mariadb-server mariadb-common libmariadbclient-dev libxslt1.1 libxslt1-dev redis-server libssl-dev libcrypto++-dev postfix nginx supervisor python-pip fontconfig libxrender1 libxext6 -y
echo "Installing wkhtmltopdf"
install_wkhtmltopdf_deb