fix itchat bug

This commit is contained in:
牟勇
2023-03-19 11:48:02 +08:00
parent dd7d3c3268
commit 107604d7a1

View File

@@ -2,6 +2,8 @@
set -x
# @see https://stackoverflow.com/questions/30003570/how-to-use-gnu-sed-on-mac-os-10-10-brew-install-default-names-no-longer-su
# @see https://www.cnblogs.com/fnlingnzb-learner/p/10657285.html
cmd=sed
if [ "$(uname)" == "Darwin" ];then
brew install gnu-sed