苹果系统通过brew安装sshpass

默认使用brew install sshpass会出现Warning: MD5 support is deprecated and will be removedin a future version.Please switch this formula to SHA1 or SHA256.Error: MD5 mismatch这个问题。

 

安装过程:

brew install https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb

brew install http://git.io/sshpass.rb
posted @ 2018-09-05 14:21  linuxone  阅读(419)  评论(0编辑  收藏  举报
kaochuan