Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chn0m4g3 authored Aug 2, 2019
1 parent 579aaaa commit 0cff5f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions iso/installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -741,13 +741,12 @@ case $myCONF_TPOT_FLAVOR in
;;
esac

# Let's load docker images in parallel
# Let's load docker images
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
Expand Down

0 comments on commit 0cff5f4

Please sign in to comment.