Skip to content

Commit

Permalink
Arch Linux: install net-tools and openssh
Browse files Browse the repository at this point in the history
Both packages are required. net-tools provides netstat
  • Loading branch information
bastelfreak committed Dec 5, 2021
1 parent adf4618 commit aace529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker/host_prebuilt_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module HostPrebuiltSteps
UNIX_PACKAGES = ['curl', 'ntpdate']
FREEBSD_PACKAGES = ['curl', 'perl5|perl']
OPENBSD_PACKAGES = ['curl']
ARCHLINUX_PACKAGES = ['curl', 'ntp']
ARCHLINUX_PACKAGES = ['curl', 'ntp', 'net-tools', 'openssh']
WINDOWS_PACKAGES = ['curl']
PSWINDOWS_PACKAGES = []
SLES10_PACKAGES = ['curl']
Expand Down

0 comments on commit aace529

Please sign in to comment.