mirror of
https://github.com/wcbing/wcbing-apt-repo.git
synced 2025-12-28 18:18:31 +08:00
7 lines
238 B
Bash
7 lines
238 B
Bash
JSON=$(curl -s "https://pan.baidu.com/disk/cmsdata?do=client")
|
|
|
|
VERSION=$(echo $JSON | jq -r ".linux.version" | cut -d "V" -f 2)
|
|
AMD64_URL=$(echo $JSON | jq -r ".linux.url_1")
|
|
|
|
./check_downloader.py baidunetdisk $VERSION $AMD64_URL amd64
|