Skip to content

Commit

Permalink
Merge pull request #1903 from kenyon/apt-transport-https
Browse files Browse the repository at this point in the history
platform: Debian: don't install `apt-transport-https`
  • Loading branch information
kenyon committed Aug 27, 2024
2 parents b007486 + 8199309 commit 53e8f88
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 ? ['curl-minimal', '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 53e8f88

Please sign in to comment.