From f4cc102a7c4dfe4c925b9fe4992f4ec05bacfed8 Mon Sep 17 00:00:00 2001 From: j4nk Date: Wed, 3 Sep 2025 22:06:22 -0400 Subject: [PATCH] Fixed slixmpp dep since they broke it with latest update --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 442075c..54b05f7 100755 --- a/init.sh +++ b/init.sh @@ -2,7 +2,7 @@ apk add python3 apk add py3-pip -pip3 install --break-system-packages slixmpp +pip3 install --break-system-packages slixmpp==1.8.6 apk add py3-requests