2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

Update setup_frappe.sh

This commit is contained in:
Sanjay Raichura 2015-07-12 12:49:34 +05:30
parent 63651d7fdc
commit c16c9d62ed

View File

@ -210,7 +210,7 @@ install_wkhtmltopdf_centos () {
return 0
fi
RPM="wkhtmltox-0.12.2.1_linux-$OS$OS_VER-$WK_ARCH.rpm"
run_cmd wget http://downloads.sourceforge.net/wkhtmltopdf/0.12.2.1/$RPM
run_cmd wget http://download.gna.org/wkhtmltopdf/0.12.2.1/$RPM
rpm --quiet -q wkhtmltox || run_cmd rpm -Uvh $RPM
}