fix scpt
This commit is contained in:
@ -27,7 +27,12 @@ function at-unset() {
|
||||
}
|
||||
|
||||
function at-version() {
|
||||
latest=`curl -sL https://raw.githubusercontent.com/bluesky-social/atproto/refs/heads/main/packages/pds/package.json |jq -r .version`
|
||||
echo latest: $latest
|
||||
echo $host
|
||||
curl -sL ${host}/xrpc/_health |jq .
|
||||
echo syu.is
|
||||
curl -sL syu.is/xrpc/_health |jq .
|
||||
}
|
||||
|
||||
function at-uri() {
|
||||
|
Reference in New Issue
Block a user