Update pingpong.sh

This commit is contained in:
smeb y 2024-04-27 23:03:53 +08:00 committed by GitHub
parent d0daf329fa
commit d4382a1efa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ read -p "请输入你的key device id: " your_device_id
keyid="$your_device_id"
# 下载PINGPONG程序
wget -O PINGPONG https://pingpong-build.s3.ap-southeast-1.amazonaws.com/linux/v0.1.7/PINGPONG
wget -O PINGPONG https://pingpong-build.s3.ap-southeast-1.amazonaws.com/linux/latest/PINGPONG
if [ -f "./PINGPONG" ]; then
chmod +x ./PINGPONG