File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ deps:
13
13
- windows
14
14
- tags : get,generic-sys-util,_wkhtmltopdf
15
15
enable_if_env :
16
- MLC_HOST_OS_TYPE :
17
- - darwin
16
+ MLC_INSTALL_FROM_PACKAGE_MANAGER :
17
+ - on
18
18
uid : 67ec874a3dfe4b87
19
19
docker :
20
20
pre_run_cmds :
21
21
- mlc pull repo
22
22
variations :
23
23
with-qt :
24
24
group : qt
25
- default : true
25
+ default : true
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ # This script installs wkhtmltopdf on Amazon Linux
3
+ curl -L -o wkhtmltox-0.12.6-1.macos-cocoa.pkg https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.macos-cocoa.pkg
4
+ ${MLC_SUDO} installer -pkg wkhtmltox-0.12.6-1.macos-cocoa.pkg -target /
5
+
6
+ wkhtmltopdf --version
7
+ test $? -eq 0 || exit $?
You can’t perform that action at this time.
0 commit comments