diff --git a/install.zsh b/install.zsh index daf77d0..97db47b 100755 --- a/install.zsh +++ b/install.zsh @@ -434,7 +434,7 @@ function at-repos-docker-verify() { pds) check_file="/app/services/pds/index.js" ;; bsky) check_file="/app/services/bsky/api.js" ;; ozone) check_file="/app/services/ozone/api.js" ;; - bgs) check_file="/bigsky" ;; + bgs) check_file="/relay" ;; plc) check_file="/app/packages/server/dist/index.js" ;; *) return 0 ;; esac