From a08a3982202c8f0c6aad4858b8d9ecb89c826e63 Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 5 May 2025 08:37:45 +0900 Subject: [PATCH] fix --- install.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.zsh b/install.zsh index 79bb206..4367c57 100755 --- a/install.zsh +++ b/install.zsh @@ -163,6 +163,8 @@ function at-repos-ozone-patch() { pushd ${d_} patch -p1 < ${p_} popd + + #cp -rf $d/repos/atproto/service/ozone/* $d/ozone/service/ } function at-repos-docker() {