2
0
Fork 0

bsky2tg: change to https

This commit is contained in:
Astra 2025-06-06 16:26:14 +01:00
parent 4ddf862573
commit 7875c5408f

View file

@ -4,7 +4,7 @@ WORKDIR /go/src/git.zio.sh/astra/bsky2tg
RUN apk update && \
apk add --no-cache git bash && \
git clone ssh://git@git.zio.sh:2222/astra/bsky2tg.git . && \
git clone https://git.zio.sh/astra/bsky2tg.git . && \
go get -d -v ./... && \
go install