Update configs

This commit is contained in:
Tobias Reisinger 2022-11-13 23:22:21 +01:00
parent 028d3d7760
commit ddcc044ec6
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 30 additions and 11 deletions

View file

@ -8,7 +8,7 @@ mkdir -p "$base_path"
if [ ! -f "$file_path" ]
then
echo "Installing file $2"
curl -Ls -o "$file_path" "$1"
curl -fsSL -o "$file_path" "$1"
fi
# shellcheck disable=SC1090