mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +00:00
Update setup_frappe.sh
Following the changes to wkhtmltopdf installation source files
This commit is contained in:
parent
b682eb0b71
commit
63651d7fdc
@ -224,7 +224,7 @@ install_wkhtmltopdf_deb () {
|
|||||||
else
|
else
|
||||||
WK_VER=$OS_VER
|
WK_VER=$OS_VER
|
||||||
fi
|
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
|
run_cmd dpkg -i wkhtmltox-0.12.2.1_linux-$WK_VER-$WK_ARCH.deb
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user