From e8686b3e3e7d5c47b8a425e666bc3bc80193471b Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Sat, 12 Jul 2025 19:32:09 +0200 Subject: [PATCH] Update tools/install_modules.sh: force install/update Digest::BLAKE2 --- tools/install_modules.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tools/install_modules.sh b/tools/install_modules.sh index c26ebba4d..9b5253344 100755 --- a/tools/install_modules.sh +++ b/tools/install_modules.sh @@ -24,6 +24,8 @@ fi # Sum of all exit codes ERRORS=0 +echo "> Installing perl deps ..." + cpanm Authen::Passphrase::LANManager \ Authen::Passphrase::MySQL323 \ Authen::Passphrase::NTHash \ @@ -88,11 +90,8 @@ cpanm Authen::Passphrase::LANManager \ ERRORS=$((ERRORS+$?)) -perl -MDigest::BLAKE2 -e1 &>/dev/null -if [ $? -ne 0 ]; then - cpanm https://github.com/matrix/p5-Digest-BLAKE2.git - ERRORS=$((ERRORS+$?)) -fi +cpanm https://github.com/matrix/p5-Digest-BLAKE2.git +ERRORS=$((ERRORS+$?)) # checks for pyenv