Skip to content

Commit

Permalink
test: fix fedora sshd refused
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Mar 19, 2024
1 parent ea2193c commit 56455e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/incus-test-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ for img in $IMGLIST; do
apt install curl xz-utils openssh-server -y
elif [ -e /usr/bin/dnf ]; then
dnf install openssh-server xz-static -y
systemctl start sshd
fi
yes y | sh <(curl -L https://nixos.org/nix/install) --daemon
Expand Down

0 comments on commit 56455e3

Please sign in to comment.