From 67b81ea5ce1a9f916b206d469c30952a315c78b9 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 26 Jun 2025 21:00:41 +0900 Subject: [PATCH] fix install.zsh --- install.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.zsh b/install.zsh index d5b6ba7..5a2a515 100755 --- a/install.zsh +++ b/install.zsh @@ -121,8 +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/cardyb.${host}/bsky.app/g" $f - sed -i "s/status.${host}/bsky.app/g" $f + sed -i "s/cardyb.${host}/cardyb.bsky.app/g" $f + sed -i "s/status.${host}/status.bsky.app/g" $f f=$dt/view/icons/Logotype.tsx o=$d/icons/Logotype.tsx