Skip to content

Commit

Permalink
Installer: Remove download directory. (#2593)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaff authored Dec 8, 2022
1 parent 394d1e0 commit bf6b197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ if [ $inst_rp2040 -eq 1 ]; then
fi

if [ -z "$KEEP_DOWNLOADS" ]; then
rm -f "$DOWNLOADS/*"
rm -rf "$DOWNLOADS/*"
fi


Expand Down

0 comments on commit bf6b197

Please sign in to comment.