Remove curlrc file, not needed anymore

This commit is contained in:
Jonny Barnes 2024-06-25 19:33:45 +01:00
parent 0cb50b663a
commit 2d113f659a
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
2 changed files with 0 additions and 9 deletions

View file

@ -9,7 +9,6 @@ git submodule init && git submodule update
# ln the various files
echo "Sym-linking the various config files"
test -L $HOME/.curlrc || ln -f -s $BASEDIR/curlrc $HOME/.curlrc
test -L $HOME/.gitignore || ln -f -s $BASEDIR/gitignore $HOME/.gitignore
test -L $HOME/.hushlogin || ln -f -s $BASEDIR/hushlogin $HOME/.hushlogin
test -d $HOME/.ncmpcpp || mkdir $HOME/.ncmpcpp

8
curlrc
View file

@ -1,8 +0,0 @@
# Mask as IE9 on Win7 to foil crappy UA-sniffers
user-agent = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"
# When follwing a redirect, use previous URL as the referer
referer = ";auto"
# Wait 60 seconds for timeout
connect-timeout = 60