Skip to content

Commit

Permalink
Merge pull request #140 from shopifyalan/master
Browse files Browse the repository at this point in the history
Add support for Ubuntu 21.10
  • Loading branch information
unixmonkey committed May 9, 2024
2 parents dd07d7a + c42cff2 commit ea83083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/wkhtmltopdf
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ suffix = case RbConfig::CONFIG['host_os']
os.start_with?('zorin')

os = 'ubuntu_20.04' if os.start_with?('ubuntu_20.') ||
os.start_with?('ubuntu_21.') ||
os.start_with?('linuxmint_20.')

os = 'ubuntu_21.10' if os.start_with?('ubuntu_21.') ||
os.start_with?('linuxmint_21.')

os = 'ubuntu_22.04' if os.start_with?('ubuntu_22.') ||
os.start_with?('linuxmint_21.') ||
os.start_with?('tuxedo_22.')

os = 'centos_6' if (os.start_with?('amzn_') && os != 'amzn_2') ||
Expand Down
Binary file added bin/wkhtmltopdf_ubuntu_21.10_amd64.gz
Binary file not shown.

0 comments on commit ea83083

Please sign in to comment.