2
1
Fork 0
mirror of https://git.savannah.gnu.org/git/gnuboot.git synced 2025-02-02 21:39:35 +01:00

download/memtest: delete .git* afterwards

This commit is contained in:
Leah Rowe 2021-11-01 05:59:50 +00:00
parent 240eb6da23
commit 40202d1286

View file

@ -37,6 +37,7 @@ git clone https://review.coreboot.org/memtest86plus.git
(
cd "memtest86plus/"
git reset --hard dd5b4ff2660a11041a05713f65ab65be19335153
rm -Rf .git*
)
printf "\n\n"