Skip to content

Commit

Permalink
Merge pull request #131 from PMACS/rhel-8-support
Browse files Browse the repository at this point in the history
Support for RHEL 8
  • Loading branch information
unixmonkey authored May 5, 2022
2 parents 5645e81 + f318b4c commit 33ce7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/wkhtmltopdf
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ suffix = case RbConfig::CONFIG['host_os']

os = 'centos_7' if (os.start_with?('amzn_2') && !os.start_with?('amzn_20')) ||
os.start_with?('rhel_7.')
os = "centos_8" if os.start_with?('rocky_8')

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

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

0 comments on commit 33ce7e8

Please sign in to comment.