summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/download/grub7
1 files changed, 0 insertions, 7 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub
index 3e91dbc..c10ad43 100755
--- a/resources/scripts/helpers/download/grub
+++ b/resources/scripts/helpers/download/grub
@@ -42,13 +42,6 @@ git clone git://git.savannah.gnu.org/grub.git
# modifications are required
cd "grub/"
-# Verify checksums of the downloaded files
-# ------------------------------------------------------------------------------
-
-sha512sum -c "../resources/scripts/helpers/sha512sums/grub" || (cd "../" && rm -Rf "grub/" && printf "Invalid checksums for GRUB\n" && exit 1)
-
-printf "Valid checksums for GRUB\n"
-
# Apply patches
# ------------------------------------------------------------------------------