mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-02 16:36:17 +00:00
Update k3s.sh
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user