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

Update setup_frappe.sh

Following the changes to wkhtmltopdf installation source files
This commit is contained in:
Sanjay Raichura 2015-07-12 12:37:13 +05:30
parent b682eb0b71
commit 63651d7fdc

View File

@ -224,7 +224,7 @@ install_wkhtmltopdf_deb () {
else
WK_VER=$OS_VER
fi
run_cmd wget http://downloads.sourceforge.net/wkhtmltopdf/0.12.2.1/wkhtmltox-0.12.2.1_linux-$WK_VER-$WK_ARCH.deb
run_cmd wget http://download.gna.org/wkhtmltopdf/0.12.2.1/wkhtmltox-0.12.2.1_linux-$WK_VER-$WK_ARCH.deb
run_cmd dpkg -i wkhtmltox-0.12.2.1_linux-$WK_VER-$WK_ARCH.deb
}