]> gitweb.morketsmerke.org Git - immudex.git/commitdiff
Poprawienie URL do repozytorium na priv.
authorxf0r3m <jakubstasinski@protonmail.com>
Sat, 25 Apr 2026 06:57:36 +0000 (08:57 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Sat, 25 Apr 2026 06:57:36 +0000 (08:57 +0200)
versions/base.sh

index cbb4079cab38b28c38df7cd5d362d8b8901a3c8b..ba3863f325b62662cc04f145d3a164dc701bb746 100644 (file)
@@ -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;