diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 22:28:08 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 22:28:08 +0100 |
commit | 437bc6cac4a70521969f38624878221a0be081e0 (patch) | |
tree | 49176394e14805d3f659b35cd873e0dbf6a75c20 /resources/scripts/helpers | |
parent | d6387a2f642fcb993ae5c9bb67728e2446a3e6b3 (diff) | |
download | librebootfr-437bc6cac4a70521969f38624878221a0be081e0.tar.gz librebootfr-437bc6cac4a70521969f38624878221a0be081e0.zip |
download/grub: remove dead code
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/download/grub | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index 3e91dbcf..c10ad433 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 # ------------------------------------------------------------------------------ |