1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[install,wget] Remove specific g5k file (proxy not needed anymore)

This commit is contained in:
Hyacinthe Cartiaux 2023-02-09 22:38:49 +01:00
parent 440947a837
commit a4be5c48af
2 changed files with 1 additions and 38 deletions

View file

@ -89,11 +89,7 @@ cat $DOTFILES/ssh/config{,.g5k} > ~/.ssh/config_g5k
## wget ## wget
if [[ "$(hostname -f | cut -d '.' -f 3)" = "grid5000" ]] ; then ln -sf $DOTFILES/wget/wgetrc ~/.wgetrc
ln -sf $DOTFILES/wget/wgetrc.g5k ~/.wgetrc
else
ln -sf $DOTFILES/wget/wgetrc ~/.wgetrc
fi
# GnuPG # GnuPG

View file

@ -1,33 +0,0 @@
################################################################################
# .wgetrc -- configuration file for [wget](https://www.gnu.org/software/wget/)
# _
# __ ____ _ ___| |_ _ __ ___
# \ \ /\ / / _` |/ _ \ __| '__/ __|
# \ V V / (_| | __/ |_| | | (__
# (_)_/\_/ \__, |\___|\__|_| \___|
# |___/
#
################################################################################
#
## You can use this file to change the default behaviour of wget or to
## avoid having to type many many command-line options. This file does
## not contain a comprehensive list of commands -- look at the manual
## to find out what you can put into this file. You can find this here:
## $ info wget.info 'Startup File'
## Or online here:
## https://www.gnu.org/software/wget/manual/wget.html#Startup-File
##
## Wget initialization file can reside in /usr/local/etc/wgetrc
## (global, for all users) or $HOME/.wgetrc (for a single user).
# G5K proxy settings
http_proxy = http://proxy:3128
ftp_proxy = http://proxy:3128
use_proxy = on
# Use timestamping by default
timestamping = on
# If set to on, use the last component of a redirection URL for the local file name.
continue = on