+1
-1
bash-atproto.sh
+1
-1
bash-atproto.sh
···
4
# you can change these
5
bap_plcDirectory=https://plc.directory
6
bap_handleResolveURL=https://public.api.bsky.app
7
+
bap_curlUserAgent="curl/$(curl -V | awk 'NR==1{print $2}') bash-atproto/2-$(git -C $(dirname $BASH_SOURCE) -c safe.directory=$(dirname $BASH_SOURCE) describe --always --dirty)"
8
bap_chmodSecrets=1
9
bap_verbosity=1
10