From d7034b4af5d63adc56a6cee3e087741d71c37674 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sat, 16 Mar 2024 00:02:52 +0800 Subject: [PATCH] Update duokai.sh --- duokai.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/duokai.sh b/duokai.sh index 4e80db2..f9c0cdf 100644 --- a/duokai.sh +++ b/duokai.sh @@ -54,8 +54,7 @@ do # 进入容器并执行绑定和其他命令 docker exec -it $container_id bash -c "\ apt update -y; \ - apt install wget -y; \ - wget https://letsencrypt.org/certs/isrgrootx1.der; \ + apt install ca-certificates -y; \ titan-edge bind --hash=$id https://api-test1.container1.titannet.io/api/v2/device/binding" done