We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c5bf4 commit 505bb80Copy full SHA for 505bb80
scripts/install/install.sh
@@ -19,7 +19,7 @@ rm -rf "tools/$name"
19
mkdir -p "tools/$name"
20
cd "tools/$name"
21
22
-curl -v --fail --show-error --location -o "$file" "$url"
+curl --silent --insecure --fail --show-error --location -o "$file" "$url"
23
echo "$hash *$file" | sha256sum -c
24
tar xf "$file" --strip-components=1
25
rm "$file"
0 commit comments