From aea14c9ead62ef045209e833546e5401747279fd Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Mon, 28 Dec 2020 17:46:05 +0000 Subject: [PATCH] docker pull background --- iso/installer/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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