Arch detection + wkhtmltopdf via Ubuntu repos (arm64/amd64/i386)

pull/463/head
Christian Fernández 1 day ago
parent 3af24ab631
commit cc6fc5a718

@ -165,7 +165,7 @@ if [ "$INSTALL_WKHTMLTOPDF" = "True" ]; then
echo -e "\n---- Could not install from the Ubuntu repositories ----." echo -e "\n---- Could not install from the Ubuntu repositories ----."
fi fi
echo -e "\n---- EEnsure that the links are in /usr/local/bin ----" echo -e "\n---- Ensure that the links are in /usr/local/bin ----"
wkhtml_create_symlinks_if_needed wkhtml_create_symlinks_if_needed
if command -v wkhtmltopdf >/dev/null 2>&1; then if command -v wkhtmltopdf >/dev/null 2>&1; then

Loading…
Cancel
Save