]> arthur.barton.de Git - bup.git/blobdiff - dev/prep-for-macos-build
dev: macos: install sha1sum
[bup.git] / dev / prep-for-macos-build
index 94233a5091c62557fa9ae07472dd9a13b7f8e35c..52efc79e146608ea6c2ba91626a336f4baa86584 100755 (executable)
@@ -12,7 +12,7 @@ pyver="${1:-python2}"
 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
 
 brew update
-brew install par2 readline rsync pkg-config
+brew install par2 readline rsync pkg-config md5sha1sum
 
 # This avoid's macos interference, i.e. without this it looks like we
 # won't actually be able to use the readline we just installed above.