From 94bd57d0d865bb410cf1384b244388a928b720cc Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Fri, 23 Feb 2024 20:14:22 -0500 Subject: [PATCH] have setup cleanup --- marteen/setup | 1 + 1 file changed, 1 insertion(+) diff --git a/marteen/setup b/marteen/setup index 3e5666b..b3f3cd1 100755 --- a/marteen/setup +++ b/marteen/setup @@ -32,6 +32,7 @@ if [ "$input" -ge 1 ]; then mkdir dist cd dist || exit 1 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 && tar -xzvf martin-x86_64-unknown-linux-gnu.tar.gz cd ../