Skip to content

Commit

Permalink
Merge pull request #142 from bastelfreak/arch
Browse files Browse the repository at this point in the history
Arch Linux: remove redundant system updates
  • Loading branch information
bastelfreak authored Aug 13, 2024
2 parents 1164b75 + a812c0a commit d5239ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/beaker/hypervisor/docker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,6 @@ def install_ssh_components(container, host)
container.exec(%w[ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key])
container.exec(%w[sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config])
when /archlinux/
container.exec(%w[pacman --noconfirm -Sy archlinux-keyring])
container.exec(%w[pacman --noconfirm -Syu])
container.exec(%w[pacman -S --noconfirm openssh])
container.exec(%w[ssh-keygen -A])
container.exec(%w[sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config])
Expand Down

0 comments on commit d5239ea

Please sign in to comment.