mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 15:38:25 +00:00
add libxext6 for deb based distros
This commit is contained in:
parent
1400a5ee69
commit
fc327749ca
@ -176,7 +176,7 @@ install_packages() {
|
|||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
setup_debconf
|
setup_debconf
|
||||||
run_cmd sudo apt-get update
|
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"
|
echo "Installing wkhtmltopdf"
|
||||||
install_wkhtmltopdf_deb
|
install_wkhtmltopdf_deb
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user