fix install
This commit is contained in:
10
install.zsh
10
install.zsh
@@ -209,6 +209,13 @@ function at-regi-docker() {
|
|||||||
docker restart registry
|
docker restart registry
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function at-repos-service-docker-patch() {
|
||||||
|
f=$d/repos/atproto/services/bsky/api.js
|
||||||
|
cp -rf $d/patching/api.js $f
|
||||||
|
f=$d/repos/atproto/services/pds/index.js
|
||||||
|
cp -rf $d/patching/index.js $f
|
||||||
|
}
|
||||||
|
|
||||||
at-repos-env
|
at-repos-env
|
||||||
at-repos-clone
|
at-repos-clone
|
||||||
at-repos-pull
|
at-repos-pull
|
||||||
@@ -218,6 +225,7 @@ at-repos-social-app-write
|
|||||||
at-repos-bsky-patch
|
at-repos-bsky-patch
|
||||||
at-repos-social-app-patch
|
at-repos-social-app-patch
|
||||||
at-repos-ozone-patch
|
at-repos-ozone-patch
|
||||||
|
at-repos-service-docker-patch
|
||||||
at-repos-docker
|
at-repos-docker
|
||||||
|
|
||||||
# at-regi-docker
|
# at-regi-docker
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user