From f2e76f18b3604c1a5b72dac5e70d4f2a62a1c7bb Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sat, 25 Apr 2026 08:57:36 +0200 Subject: [PATCH] Poprawienie URL do repozytorium na priv. --- versions/base.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions/base.sh b/versions/base.sh index cbb4079..ba3863f 100644 --- a/versions/base.sh +++ b/versions/base.sh @@ -12,8 +12,8 @@ else fi cd; -if [ -x /usr/bin/git ]; then git clone https://github.com/xf0r3m/immudex; -else apt install git -y && git clone https://github.com/xf0r3m/immudex; +if [ -x /usr/bin/git ]; then git clone https://git.morketsmerke.org/git/immudex; +else apt install git -y && git clone https://git.morketsmerke.org/git/immudex; fi source ~/immudex/versions/template.sh; -- 2.39.5