Skip to content

Commit

Permalink
Merge pull request #165 from bobvanoorschot/Add-support-for-Tuxedo-OS
Browse files Browse the repository at this point in the history
Add support for tuxedo os
  • Loading branch information
unixmonkey committed May 9, 2024
2 parents d052bf1 + 0449010 commit 3231864
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 @@ -41,7 +41,8 @@ suffix = case RbConfig::CONFIG['host_os']
os.start_with?('linuxmint_20.')

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

os = 'centos_6' if (os.start_with?('amzn_') && os != 'amzn_2') ||
(os.empty? && File.read('/etc/centos-release').start_with?('CentOS release 6'))
Expand Down

0 comments on commit 3231864

Please sign in to comment.