!20 update docker/docker-entrypoint.sh.

* update docker/docker-entrypoint.sh.
This commit is contained in:
ikuaki1009 2023-04-17 03:08:23 +00:00 committed by Yoimiya
parent 0e4c664acf
commit 2dca9582fc
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
set -e
echo -e "\n ================ \n ${Info} ${GreenBG} 更新 喵喵插件 运行依赖 ${Font} \n ================ \n"
pnpm add image-size -w
pnpm install -P
touch ~/.ovo/miao.ok
set +e
fi