mirror of
https://github.com/wcbing/wcbing-apt-repo.git
synced 2025-12-29 02:28:30 +08:00
6 lines
262 B
Bash
6 lines
262 B
Bash
JSON=$(curl -s https://active.browser.360.net/api/v1/web-version)
|
|
VERSION=$(echo $JSON | jq -r ".data.web_version")
|
|
|
|
X64_URL="https://gedown.360safe.com/gc/browser360-cn-stable_"$VERSION"-1_amd64.deb"
|
|
|
|
./check_downloader.py browser360-cn-stable $VERSION $X64_URL |