Change file being downloaded

This commit is contained in:
themodernhakr 2025-03-11 03:18:35 -05:00
parent 3a1eed166c
commit 5594a4fb73

View File

@ -90,7 +90,7 @@ if [[ "$ENV" = "dev" || "stag" ]]; then
if [[ ! -d "Benchmark" ]]; then
file="benchmark-v2-1-0.tar.gz"
echo "missing Benchmark v2, downloading..."
__curl "http://nginxwebdav:80/ferdinland/devtools/benchmark-v2-1-0.zip" > $file
__curl "http://nginxwebdav:80/ferdinland/devtools/benchmark-v2-1-0.tar.gz" > $file
tar -zxvf $file
rm $file
fi