Skip to content

Commit 966790b

Browse files
committed
install.sh: be secure again
1 parent 505bb80 commit 966790b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rm -rf "tools/$name"
1919
mkdir -p "tools/$name"
2020
cd "tools/$name"
2121

22-
curl --silent --insecure --fail --show-error --location -o "$file" "$url"
22+
curl --silent --fail --show-error --location -o "$file" "$url"
2323
echo "$hash *$file" | sha256sum -c
2424
tar xf "$file" --strip-components=1
2525
rm "$file"

0 commit comments

Comments
 (0)