From ee92b4138064a6e0c8ff00c0910ec7ad4cdce027 Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 24 Feb 2025 16:22:17 +0900 Subject: [PATCH] fix --- install.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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