]> gitweb.morketsmerke.org Git - immudex.git/commitdiff
Dodanie profilu mozilli.
authorxf0r3m <jakubstasinski@protonmail.com>
Sat, 22 Nov 2025 16:29:10 +0000 (17:29 +0100)
committerxf0r3m <jakubstasinski@protonmail.com>
Sat, 22 Nov 2025 16:29:10 +0000 (17:29 +0100)
files/mozilla.tgz [new file with mode: 0644]
versions/base.sh

diff --git a/files/mozilla.tgz b/files/mozilla.tgz
new file mode 100644 (file)
index 0000000..cecb69e
Binary files /dev/null and b/files/mozilla.tgz differ
index 6aa7db9e014a541b0640f15c4e252481235c3ac5..53345570c03c2129af018691c400dc9cd209f8c7 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;
@@ -116,7 +116,7 @@ cp -vv ~/immudex/files/immudex_hostname.service /etc/systemd/system;
 
 cp -vv ~/immudex/launchers/16844254192.desktop /etc/skel/.config/xfce4/panel/launcher-5;
 
-#tar -xzvf ~/immudex/files/mozilla.tgz -C /etc/skel;
+tar -xzvf ~/immudex/files/mozilla.tgz -C /etc/skel;
 
 systemctl enable immudex_hostname.service;