diff --git a/install.zsh b/install.zsh index ab6d59e..f157f00 100755 --- a/install.zsh +++ b/install.zsh @@ -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