diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 62777ea2..29917ba5 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -752,8 +752,9 @@ esac function fuPULLIMAGES { for name in $(cat $myTPOTCOMPOSE | grep -v '#' | grep image | cut -d'"' -f2 | uniq) do - docker pull $name + docker pull $name & done +wait } fuBANNER "Pull images" fuPULLIMAGES