Pre Merge pull request !20 from ikuaki1009/N/A

This commit is contained in:
ikuaki1009 2023-04-17 03:08:04 +00:00 committed by Gitee
commit 205ea63e8a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if [ -d $MIAO_PLUGIN_PATH"/.git" ]; then
if [[ ! -f "$HOME/.ovo/miao.ok" ]]; then if [[ ! -f "$HOME/.ovo/miao.ok" ]]; then
set -e set -e
echo -e "\n ================ \n ${Info} ${GreenBG} 更新 喵喵插件 运行依赖 ${Font} \n ================ \n" echo -e "\n ================ \n ${Info} ${GreenBG} 更新 喵喵插件 运行依赖 ${Font} \n ================ \n"
pnpm add image-size -w pnpm install -P
touch ~/.ovo/miao.ok touch ~/.ovo/miao.ok
set +e set +e
fi fi