diff options
Diffstat (limited to 'resources/scripts/helpers/download/memtest86plus')
-rwxr-xr-x | resources/scripts/helpers/download/memtest86plus | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/download/memtest86plus b/resources/scripts/helpers/download/memtest86plus index c04c311..8b649b4 100755 --- a/resources/scripts/helpers/download/memtest86plus +++ b/resources/scripts/helpers/download/memtest86plus @@ -29,7 +29,7 @@ set -u -e # Remove the old version that may exist # ---------------------------------------------------------------------------------- -echo "DOWNLOADING MEMTEST86+" +printf "Downloading MemTest86+\n" rm -rf "memtest86+-5.01" @@ -64,7 +64,7 @@ cp ../resources/memtest86/patch/Makefile . # we're done cd ../ -echo "FINISHED DOWNLOADING MEMTEST86+" +printf "\n\n" # ------------------- DONE ---------------------- |