add social-app-custom
This commit is contained in:
10
install.zsh
10
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
|
||||
|
||||
0
social-app-custom/.keep
Normal file
0
social-app-custom/.keep
Normal file
Reference in New Issue
Block a user