Added useragent
This commit is contained in:
parent
9a2f241a55
commit
17f5a3f81e
@ -50,7 +50,7 @@ do
|
||||
fi
|
||||
else
|
||||
echo -ne "--> $tID downloading now..."
|
||||
curl $tLINK --silent --output "Instructions/$filename"
|
||||
curl -H "Mozilla/5.0 (platform; rv:75.0) Gecko/20100101 Firefox/75.0" $tLINK --silent --output "Instructions/$filename"
|
||||
if [ -f "$downloadFolder/$filename" ]; then
|
||||
echo "Done!"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user