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:
parent
d819bba123
commit
132edab401
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user