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