summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/download/bucts
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/download/bucts')
-rwxr-xr-xresources/scripts/helpers/download/bucts7
1 files changed, 0 insertions, 7 deletions
diff --git a/resources/scripts/helpers/download/bucts b/resources/scripts/helpers/download/bucts
index 9b277f2..ae58b93 100755
--- a/resources/scripts/helpers/download/bucts
+++ b/resources/scripts/helpers/download/bucts
@@ -48,13 +48,6 @@ cd "bucts/"
printf "Patching bucts to not require git for building\n"
git reset --hard dc27919d7a66a6e8685ce07c71aefa4f03ef7c07
-# Verify checksums of the downloaded files
-# ------------------------------------------------------------------------------
-
-sha512sum -c "../resources/scripts/helpers/sha512sums/bucts" || (cd "../" && rm -Rf "bucts/" && printf "Invalid checksums for bucts\n" && exit 1)
-
-printf "Valid checksums for bucts\n"
-
# Apply patches
# ------------------------------------------------------------------------------