Added useragent

This commit is contained in:
FrederikBaerentsen 2020-06-23 15:28:15 +02:00
parent 9a2f241a55
commit 17f5a3f81e

View File

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