Skip to content

Commit bd58cd9

Browse files
authored
Merge pull request #174 from qwlong/master
Add support for alibaba cloud linux
2 parents 7ddaa80 + 84974e7 commit bd58cd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/wkhtmltopdf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ suffix = case RbConfig::CONFIG['host_os']
5555

5656
os = 'centos_8' if os.start_with?('rocky_8') ||
5757
os.start_with?('rhel_8.') ||
58-
os.start_with?('ol_8.')
58+
os.start_with?('ol_8.') ||
59+
os.start_with?('alinux_')
5960

6061
os_based_on_debian_9 = os.start_with?('debian_9') ||
6162
os.start_with?('deepin')

0 commit comments

Comments
 (0)