Skip to content

Commit

Permalink
Merge pull request #174 from qwlong/master
Browse files Browse the repository at this point in the history
Add support for alibaba cloud linux
  • Loading branch information
unixmonkey authored Aug 26, 2024
2 parents 7ddaa80 + 84974e7 commit bd58cd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/wkhtmltopdf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ suffix = case RbConfig::CONFIG['host_os']

os = 'centos_8' if os.start_with?('rocky_8') ||
os.start_with?('rhel_8.') ||
os.start_with?('ol_8.')
os.start_with?('ol_8.') ||
os.start_with?('alinux_')

os_based_on_debian_9 = os.start_with?('debian_9') ||
os.start_with?('deepin')
Expand Down

0 comments on commit bd58cd9

Please sign in to comment.