Skip to content

Commit

Permalink
Merge branch 'master' into curl-minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon authored Aug 27, 2024
2 parents 6397bb1 + 53e8f88 commit cfe18c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker/platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def base_packages
when 'el'
@version.to_i >= 8 ? ['iputils'] : %w[curl]
when 'debian'
%w[curl lsb-release apt-transport-https]
%w[curl lsb-release]
when 'freebsd'
%w[curl perl5|perl]
when 'solaris'
Expand Down

0 comments on commit cfe18c5

Please sign in to comment.