>From 57444b1c8bbe6169cd536c67591e276ad4910b71 Mon Sep 17 00:00:00 2001 From: Joseph Michael Thompson Date: Fri, 10 Apr 2015 10:34:13 -0400 Subject: [PATCH] Add "-z" for properly gunzipping a .tar.gz file --- resources/scripts/helpers/download/memtest86plus | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/scripts/helpers/download/memtest86plus b/resources/scripts/helpers/download/memtest86plus index 8b649b4..7424aab 100755 --- a/resources/scripts/helpers/download/memtest86plus +++ b/resources/scripts/helpers/download/memtest86plus @@ -3,6 +3,7 @@ # helper script: Downloads MemTest86+ and patches it # # Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2015 Joseph Michael Thompson # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -40,7 +41,7 @@ rm -rf "memtest86+-5.01" wget http://www.memtest.org/download/5.01/memtest86+-5.01.tar.gz # extract it -tar -xf "memtest86+-5.01.tar.gz" +tar -xzf "memtest86+-5.01.tar.gz" # delete the tar file (no longer needed) rm -f "memtest86+-5.01.tar.gz" -- 1.9.1