From 3d1421cb881ca965818385c31cd5c213ded55e05 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Oct 2025 13:39:16 +0200 Subject: fix: codeberg --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \ -- cgit v1.2.3