Update duokai.sh

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

View File

@ -53,8 +53,6 @@ do
# 进入容器并执行绑定和其他命令 # 进入容器并执行绑定和其他命令
docker exec -it $container_id bash -c "\ docker exec -it $container_id bash -c "\
apt update -y; \
apt install ca-certificates -y; \
titan-edge bind --hash=$id https://api-test1.container1.titannet.io/api/v2/device/binding" titan-edge bind --hash=$id https://api-test1.container1.titannet.io/api/v2/device/binding"
done done