fix
This commit is contained in:
parent
8697a82092
commit
ee92b41380
@ -1,7 +1,6 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
|
||||||
# ./install.zsh $HOST
|
# ./install.zsh $HOST
|
||||||
# ex: ./install.zsh syu.is
|
|
||||||
|
|
||||||
function at-repos-env() {
|
function at-repos-env() {
|
||||||
host=$1
|
host=$1
|
||||||
@ -129,7 +128,7 @@ function at-repos-bsky-patch() {
|
|||||||
f=$d/repos/atproto/services/bsky/api.js
|
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
|
curl -sL https://raw.githubusercontent.com/bluesky-social/atproto/refs/heads/main/services/bsky/api.js -o $f
|
||||||
d_=$d/repos/atproto
|
d_=$d/repos/atproto
|
||||||
p_=$d/105-atproto-services-for-docker.diff
|
p_=$d_/105-atproto-services-for-docker.diff
|
||||||
cd $d_
|
cd $d_
|
||||||
# https://github.com/itaru2622/bluesky-selfhost-env/blob/master/patching/105-atproto-services-for-docker.diff
|
# 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
|
curl -sLO https://raw.githubusercontent.com/itaru2622/bluesky-selfhost-env/refs/heads/master/patching/105-atproto-services-for-docker.diff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user