switch to curl
This commit is contained in:
parent
55055e1f55
commit
e49bf32e7f
@ -138,7 +138,7 @@ scan(){
|
|||||||
wait
|
wait
|
||||||
running_dls=0
|
running_dls=0
|
||||||
fi
|
fi
|
||||||
wget -q -O "$filelocation" "$file_url" &
|
curl -s -o "$filelocation" "$file_url" &
|
||||||
echo "[+] $filelocation"
|
echo "[+] $filelocation"
|
||||||
((running_dls=running_dls+1))
|
((running_dls=running_dls+1))
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user