mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
commit
b50e7a212e
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ done
|
||||||
# Install policycoreutils for each node
|
# Install policycoreutils for each node
|
||||||
for newnode in "${all[@]}"; do
|
for newnode in "${all[@]}"; do
|
||||||
ssh $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-get install policycoreutils -y
|
||||||
exit
|
exit
|
||||||
EOF
|
EOF
|
||||||
echo -e " \033[32;5mPolicyCoreUtils installed!\033[0m"
|
echo -e " \033[32;5mPolicyCoreUtils installed!\033[0m"
|
||||||
|
|
Loading…
Reference in a new issue