ai/at
ai/at
1
0
This commit is contained in:
syui 2025-02-24 16:22:17 +09:00
parent 8697a82092
commit ee92b41380
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -1,7 +1,6 @@
#!/bin/zsh
# ./install.zsh $HOST
# ex: ./install.zsh syu.is
function at-repos-env() {
host=$1
@ -129,7 +128,7 @@ function at-repos-bsky-patch() {
f=$d/repos/atproto/services/bsky/api.js
curl -sL https://raw.githubusercontent.com/bluesky-social/atproto/refs/heads/main/services/bsky/api.js -o $f
d_=$d/repos/atproto
p_=$d/105-atproto-services-for-docker.diff
p_=$d_/105-atproto-services-for-docker.diff
cd $d_
# https://github.com/itaru2622/bluesky-selfhost-env/blob/master/patching/105-atproto-services-for-docker.diff
curl -sLO https://raw.githubusercontent.com/itaru2622/bluesky-selfhost-env/refs/heads/master/patching/105-atproto-services-for-docker.diff