2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

Add support for ubuntu vivid

This commit is contained in:
Pratik Vyas 2015-05-20 14:33:20 +05:30
parent d819bba123
commit 132edab401

View File

@ -215,7 +215,7 @@ install_wkhtmltopdf_centos () {
}
install_wkhtmltopdf_deb () {
if [[ $OS_VER == "utopic" ]]; then
if [[ $OS_VER == "utopic" || $OS_VER == "vivid" ]]; then
echo "Cannot install wkhtmltodpdf. Skipping..."
return 0
fi