update martin link
This commit is contained in:
parent
03352b4644
commit
fa281bfc8a
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ fi
|
||||||
cd ../dist
|
cd ../dist
|
||||||
if [ ! -f martin ]; then
|
if [ ! -f martin ]; then
|
||||||
echo Downloading and extracting martin...
|
echo Downloading and extracting martin...
|
||||||
wget -c https://github.com/maplibre/martin/releases/latest/download/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-Linux-x86_64.tar.gz
|
tar -xzvf martin-x86_64-unknown-linux-gnu.tar.gz
|
||||||
else
|
else
|
||||||
echo martin already exists
|
echo martin already exists
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue