Skip to content

Commit 32325db

Browse files
authored
Update openssh package
Updates the OpenSSH package to avoid hitting an OpenSSL version mismatch
1 parent 166c8ec commit 32325db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

a-seed-from-nothing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if type apt; then
2828
sudo apt update
2929
sudo apt install -y git tmux lvm2 iptables
3030
else
31-
sudo dnf install -y git tmux lvm2 patch
31+
sudo dnf install -y git tmux lvm2 patch openssh
3232
fi
3333

3434
# Work around connectivity issues seen while configuring this node as seed

0 commit comments

Comments
 (0)