2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 16:36:25 +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 () { install_wkhtmltopdf_deb () {
if [[ $OS_VER == "utopic" ]]; then if [[ $OS_VER == "utopic" || $OS_VER == "vivid" ]]; then
echo "Cannot install wkhtmltodpdf. Skipping..." echo "Cannot install wkhtmltodpdf. Skipping..."
return 0 return 0
fi fi