mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
wkhtmltox for trusty works ok on later versions of ubuntu
This commit is contained in:
parent
4ff56f8dd7
commit
ae63cb6f6c
@ -237,9 +237,9 @@ install_wkhtmltopdf_centos () {
|
||||
}
|
||||
|
||||
install_wkhtmltopdf_deb () {
|
||||
if [[ $OS_VER == "utopic" || $OS_VER == "vivid" ]]; then
|
||||
echo "Cannot install wkhtmltodpdf. Skipping..."
|
||||
return 0
|
||||
if [[ $OS_VER == "utopic" || $OS_VER == "vivid" || $OS_VER == "wily" ]]; then
|
||||
echo "Installing wkhtmltox package for trusty (Ubuntu 14.4) even if you are using $OS_VER."
|
||||
WK_VER="trusty"
|
||||
fi
|
||||
if [[ $OS == "debian" && $OS_VER == "7" ]]; then
|
||||
WK_VER="wheezy"
|
||||
|
Loading…
Reference in New Issue
Block a user