Skip to content

Commit 97286ee

Browse files
boostrap: added md5deep on macOS/Linux
1 parent 77ad196 commit 97286ee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

install/bootstrap_apps_cli.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,9 @@ if is_profile_admin_or_similar; then
493493
# UART/Serial terminal
494494
homebrew_brew_install "tio" # Simple UART terminal
495495

496+
# File system file content hashing
497+
homebrew_brew_install "md5deep" # Hashdeep for to check against whole file system corruption
498+
496499
# K8s
497500
is_fedora && homebrew_brew_install "kubectl" # K8s client only
498501
is_archl && homebrew_brew_install "kubectl"

0 commit comments

Comments
 (0)