From bf6b1974c78d25a5f3bbf1de5cf4946eaa9a15ff Mon Sep 17 00:00:00 2001 From: slaff Date: Thu, 8 Dec 2022 15:50:18 +0100 Subject: [PATCH] Installer: Remove download directory. (#2593) --- Tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/install.sh b/Tools/install.sh index 499f887a04..5e65f6480f 100755 --- a/Tools/install.sh +++ b/Tools/install.sh @@ -194,7 +194,7 @@ if [ $inst_rp2040 -eq 1 ]; then fi if [ -z "$KEEP_DOWNLOADS" ]; then - rm -f "$DOWNLOADS/*" + rm -rf "$DOWNLOADS/*" fi