switch to curl

This commit is contained in:
Alexander Bocken 2021-09-22 18:48:32 +02:00
parent 55055e1f55
commit e49bf32e7f
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -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