mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Update install.sh
This commit is contained in:
@ -741,13 +741,12 @@ case $myCONF_TPOT_FLAVOR in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Let's load docker images in parallel
|
# Let's load docker images
|
||||||
function fuPULLIMAGES {
|
function fuPULLIMAGES {
|
||||||
for name in $(cat $myTPOTCOMPOSE | grep -v '#' | grep image | cut -d'"' -f2 | uniq)
|
for name in $(cat $myTPOTCOMPOSE | grep -v '#' | grep image | cut -d'"' -f2 | uniq)
|
||||||
do
|
do
|
||||||
docker pull $name &
|
docker pull $name
|
||||||
done
|
done
|
||||||
wait
|
|
||||||
}
|
}
|
||||||
fuBANNER "Pull images"
|
fuBANNER "Pull images"
|
||||||
fuPULLIMAGES
|
fuPULLIMAGES
|
||||||
|
Reference in New Issue
Block a user