Update duokai.sh

This commit is contained in:
smeb y 2024-03-25 00:42:11 +08:00 committed by GitHub
parent faa8c37c73
commit 29cc1cf2ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ read -p "输入你的身份码: " id
read -p "请输入你想要创建的节点数量单IP限制最多5个节点: " container_count
# 让用户输入想要分配的空间大小
read -p "请输入你想要分配的存储空间大小GB: " storage_gb
read -p "请输入你想要分配每个节点的存储空间大小GB: " storage_gb
apt update