From cdf0fb2556a24f18f04d2523630e0554ad589459 Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 22 Oct 2024 01:34:06 +0900 Subject: [PATCH] fix --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 56aa94f..b62bd37 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,7 @@ #!/bin/zsh -cd ./repos +d=${0:a:h} +cd $d/repos git clone https://github.com/bluesky-social/atproto git clone https://github.com/did-method-plc/did-method-plc git clone https://github.com/bluesky-social/feed-generator