mirror of
https://github.com/wcbing/wcbing-apt-repo.git
synced 2025-12-29 02:28:30 +08:00
fix sunloginclient
This commit is contained in:
parent
30b2f2e08f
commit
fd616b3ea4
@ -1,6 +1,6 @@
|
|||||||
JSON=$(curl -fs "https://client-webapi.oray.com/softwares/SUNLOGIN_X_LINUX?x64=1")
|
JSON=$(curl -fs "https://client-webapi.oray.com/softwares/SUNLOGIN_X_LINUX?x64=1")
|
||||||
|
|
||||||
VERSION=$(echo "$JSON" | jq -r '.versionno')
|
VERSION=$(printf "%s" "$JSON" | jq -r '.versionno')
|
||||||
AMD64_URL=$(echo $JSON | jq -r '.downloadurl')
|
AMD64_URL=$(printf "%s" "$JSON" | jq -r '.downloadurl')
|
||||||
|
|
||||||
./check_downloader.py sunloginclient $VERSION $AMD64_URL amd64
|
./check_downloader.py sunloginclient $VERSION $AMD64_URL amd64
|
||||||
Loading…
x
Reference in New Issue
Block a user