have setup cleanup
This commit is contained in:
parent
faebb2692f
commit
94bd57d0d8
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ if [ "$input" -ge 1 ]; then
|
||||||
mkdir dist
|
mkdir dist
|
||||||
cd dist || exit 1
|
cd dist || exit 1
|
||||||
echo Downloading and extracting martin...
|
echo Downloading and extracting martin...
|
||||||
|
rm martin-x86_64-unknown-linux-gnu.tar.gz martin martin-cp mbtiles
|
||||||
wget -c https://github.com/maplibre/martin/releases/latest/download/martin-x86_64-unknown-linux-gnu.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
|
tar -xzvf martin-x86_64-unknown-linux-gnu.tar.gz
|
||||||
cd ../
|
cd ../
|
||||||
|
|
Loading…
Add table
Reference in a new issue