mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-25 01:10:22 +00:00
Update k3s.sh
This commit is contained in:
parent
0256f50992
commit
2ca8e1bf92
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ done
|
||||||
|
|
||||||
# Install policycoreutils for each node
|
# Install policycoreutils for each node
|
||||||
for newnode in "${all[@]}"; do
|
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
|
NEEDRESTART_MODE=a apt install policycoreutils -y
|
||||||
exit
|
exit
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue