更新 zero3/pi.sh

This commit is contained in:
悟空的日常镜像仓库 2024-10-27 15:55:06 +08:00
parent d0d0f39c42
commit 4d0f79316d
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ install_wukongdaily_box() {
-p 2288:80 \
-v "/mnt/tvhelper_data:/tvhelper/shells/data" \
-e PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/android-sdk/platform-tools \
wukongdaily/box:latest
wukongdaily/box:v1.0.5
if ! docker ps | grep -q "wukongdaily/box"; then
echo "Error: 盒子助手docker版 未运行成功"
else