From 24efdb3e3e6e5e941a805d4f30c9cddae6e23472 Mon Sep 17 00:00:00 2001 From: AntoineRichard Date: Tue, 10 Sep 2024 11:24:41 +0200 Subject: [PATCH] fixed rm not working --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 0fe2655..b421767 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -15,7 +15,7 @@ version=$(gdal-config --version) # Download the assets from Google Drive gdown 1LfdJ8cogFU8Eid2EL-0bu9E383lftC_W unzip assets_v6.zip -rm assets.zip +rm assets_v6.zip # Download the DEMs of the lunar southpole and format them. ./scripts/get_dems.sh