From 107604d7a1ad450fd18819d421d7bde4aab18edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=9F=E5=8B=87?= Date: Sun, 19 Mar 2023 11:48:02 +0800 Subject: [PATCH] fix itchat bug --- fix-itchat.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fix-itchat.sh b/fix-itchat.sh index 0fd097b..3d02fe0 100755 --- a/fix-itchat.sh +++ b/fix-itchat.sh @@ -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