Update configs
This commit is contained in:
parent
028d3d7760
commit
ddcc044ec6
8 changed files with 30 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue