Update k3s.sh

This commit is contained in:
tehNooB 2023-11-13 07:12:29 +00:00 committed by GitHub
parent 0256f50992
commit 2ca8e1bf92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ done
# Install policycoreutils for each node
for newnode in "${all[@]}"; do
ssh -tt $user@$newnode -i ~/.ssh/$certName sudo su <<EOF
ssh $user@$newnode -i ~/.ssh/$certName sudo su <<EOF
NEEDRESTART_MODE=a apt install policycoreutils -y
exit
EOF