We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ddaa80 + 84974e7 commit bd58cd9Copy full SHA for bd58cd9
bin/wkhtmltopdf
@@ -55,7 +55,8 @@ suffix = case RbConfig::CONFIG['host_os']
55
56
os = 'centos_8' if os.start_with?('rocky_8') ||
57
os.start_with?('rhel_8.') ||
58
- os.start_with?('ol_8.')
+ os.start_with?('ol_8.') ||
59
+ os.start_with?('alinux_')
60
61
os_based_on_debian_9 = os.start_with?('debian_9') ||
62
os.start_with?('deepin')
0 commit comments