aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-10-05 13:39:16 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-10-05 13:39:16 +0200
commit3d1421cb881ca965818385c31cd5c213ded55e05 (patch)
treeffde8539ed1c6b513e86821788e1b6e9ed4871fa
parent1b929d00bcdf6c4463430c5ae17a34533036c4a3 (diff)
downloadcgit-oci-3d1421cb881ca965818385c31cd5c213ded55e05.tar.gz
cgit-oci-3d1421cb881ca965818385c31cd5c213ded55e05.tar.bz2
cgit-oci-3d1421cb881ca965818385c31cd5c213ded55e05.tar.lz
cgit-oci-3d1421cb881ca965818385c31cd5c213ded55e05.zip

fix: codeberg

-rw-r--r--Containerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile
index dc7864a..11192f0 100644
--- a/Containerfile
+++ b/Containerfile
@@ -89,7 +89,7 @@ FROM with-highlighting AS full
# with nice userland aswell
RUN apk add --no-cache curl zsh-fast-syntax-highlighting
RUN sed -i 's|/bin/ash|/bin/zsh|g' /etc/passwd
-RUN (git clone https://git.estrogen.zone/zuwu.git/ /tmp/zuwu || git clone https://github.com/dmpmem/zuwu.git /tmp/zuwu) && \
+RUN (git clone https://git.estrogen.zone/zuwu.git/ /tmp/zuwu || git clone https://codeberg.org/dmpmem/zuwu.git /tmp/zuwu) && \
cd /tmp/zuwu && \
./install.zsh && \
/usr/local/share/zsh/plugins/zuwu/setup.zsh && \