update martin link

This commit is contained in:
Adam 2023-12-16 21:38:26 -05:00
parent 03352b4644
commit fa281bfc8a

View file

@ -29,8 +29,8 @@ fi
cd ../dist
if [ ! -f martin ]; then
echo Downloading and extracting martin...
wget -c https://github.com/maplibre/martin/releases/latest/download/martin-Linux-x86_64.tar.gz &&
tar -xzvf martin-Linux-x86_64.tar.gz
wget -c https://github.com/maplibre/martin/releases/latest/download/martin-x86_64-unknown-linux-gnu.tar.gz &&
tar -xzvf martin-x86_64-unknown-linux-gnu.tar.gz
else
echo martin already exists
fi