Update duokai.sh

This commit is contained in:
smeb y 2024-03-16 00:02:52 +08:00 committed by GitHub
parent 3314ca94b4
commit d7034b4af5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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