ai/at
1
0

fix install

This commit is contained in:
2025-12-03 20:06:35 +09:00
parent 1594621561
commit 8037772d2c

View File

@@ -19,7 +19,7 @@ function at-repos-env() {
https://github.com/bluesky-social/jetstream https://github.com/bluesky-social/jetstream
) )
services=( bsky plc pds jetstream bgs ozone social-app ) services=( bsky plc pds jetstream bgs ozone social-app )
img=( pds ozone-web bgs jetstream bsky ozone-daemon ozone plc social-app) img=( bsky plc pds jetstream bgs ozone social-app ozone-web ozone-daemon )
d=${0:a:h} d=${0:a:h}
dh=${0:a:h:h} dh=${0:a:h:h}
name=${host%%.*} name=${host%%.*}
@@ -310,6 +310,7 @@ case "`cat /etc/hostname`" in
at-repos-ozone-patch at-repos-ozone-patch
if [ -n "$1" ];then if [ -n "$1" ];then
at-repos-build-docker-atproto $1 at-repos-build-docker-atproto $1
at-repos-push-docker $1
exit exit
fi fi
at-repos-build-docker-atproto at-repos-build-docker-atproto