From 5b7c634d8e3903b5f7c5d9d5addff7a88141c61a Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 3 Dec 2025 12:38:37 +0900 Subject: [PATCH] add social-app-custom --- install.zsh | 10 ++++++++-- social-app-custom/.keep | 0 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 social-app-custom/.keep diff --git a/install.zsh b/install.zsh index 61e56a3..7dbd221 100755 --- a/install.zsh +++ b/install.zsh @@ -230,9 +230,11 @@ function at-repos-pull-docker() { docker compose up -d --pull always } +function at-origin-social-app() { + cp -rf $d/social-app-custom $d/repos/social-app +} at-repos-env - case "`cat /etc/hostname`" in at) at-repos-pull-docker @@ -243,9 +245,13 @@ case "`cat /etc/hostname`" in at-repos-social-app-icon at-repos-social-app-icon-origin at-repos-social-app-avatar-write + at-repos-social-app-agent-patch + if [ -n "$1" ] && [ "$1" = "s" ];then + at-origin-social-app + exit + fi at-repos-atproto-service-bsky-api-patch at-repos-atproto-service-pds-index-patch - at-repos-social-app-agent-patch at-repos-ozone-patch at-repos-build-docker-atproto at-repos-build-docker-social diff --git a/social-app-custom/.keep b/social-app-custom/.keep new file mode 100644 index 0000000..e69de29