Change command from gzip to jar xvf

This commit is contained in:
themodernhakr 2025-03-11 02:46:12 -05:00
parent 852649ac04
commit ad6b06edf5

View File

@ -91,7 +91,7 @@ if [[ "$ENV" = "dev" || "stag" ]]; then
file="benchmark-v2-1-0.zip"
echo "missing Benchmark v2, downloading..."
__curl "http://nginxwebdav:80/ferdinland/devtools/benchmark-v2-1-0.zip" > $file
gunzip $file
jar xvf $file
rm $file
fi
)