Update pingpong.sh

This commit is contained in:
smeb y 2024-04-27 18:58:00 +08:00 committed by GitHub
parent 6a6de154ba
commit 355a28269b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ if [ "$(id -u)" != "0" ]; then
exit 1
fi
节点安装功能
# 节点安装功能
function install_node() {
# 更新系统包列表