feat: 🎸 增加文案

This commit is contained in:
xubiaolin 2023-05-10 17:31:50 +08:00
parent a262b0d6ab
commit f30f6fb21d

View File

@ -3,7 +3,7 @@
imageName="zerotier-planet"
function install() {
read -p "请输入要使用的端口号(数字): " port
read -p "请输入zerotier-planet要使用的端口号,例如9994(数字): " port
# 确保端口号是数字
while ! [[ "$port" =~ ^[0-9]+$ ]]; do