From 8037772d2c2853ab3ec5420e9b2868d335fbe5be Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 3 Dec 2025 20:06:35 +0900 Subject: [PATCH] fix install --- install.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.zsh b/install.zsh index c4ff052..7b85ddc 100755 --- a/install.zsh +++ b/install.zsh @@ -19,7 +19,7 @@ function at-repos-env() { https://github.com/bluesky-social/jetstream ) 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} dh=${0:a:h:h} name=${host%%.*} @@ -310,6 +310,7 @@ case "`cat /etc/hostname`" in at-repos-ozone-patch if [ -n "$1" ];then at-repos-build-docker-atproto $1 + at-repos-push-docker $1 exit fi at-repos-build-docker-atproto