From 016d4103a8b1af99e49f3fc72462a1602c3b5f6b Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Sat, 8 Feb 2025 21:18:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E8=AF=B4=E6=98=8E=E5=92=8C=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 4842956..67c52cc 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ echo "请选择一个操作:" echo "1. 启动容器" echo "2. 查看分享链接" echo "3. 停止容器" -echo "4. 更新容器" +echo "4. 更新镜像" echo "5. 退出" # 读取用户选择 @@ -26,7 +26,6 @@ case $choice in docker-compose -f ./docker-compose.yml down ;; 4) - echo "正在更新容器.." bash ./bin/update_docker_images.sh ;; 5)