From 30fc2c93940ddd78a1604dd08577c79a20554e69 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 26 Jun 2025 20:51:41 +0900 Subject: [PATCH] fix install.zsh --- install.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.zsh b/install.zsh index c91e824..e01535e 100755 --- a/install.zsh +++ b/install.zsh @@ -121,7 +121,8 @@ function at-repos-social-app-write() { sed -i "s/events.${host}/events.bsky.app/g" $f f=$dt/lib/constants.ts - sed -i "s/${host}/bsky.app/g" $f + sed -i "s/cardyb.${host}/bsky.app/g" $f + sed -i "s/status.${host}/bsky.app/g" $f f=$dt/view/icons/Logotype.tsx o=$d/icons/Logotype.tsx