From: xf0r3m Date: Sat, 22 Nov 2025 16:29:10 +0000 (+0100) Subject: Dodanie profilu mozilli. X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=2f3811c7a8e7c3278d5a2fe68196ff4e0a3882c4;p=immudex.git Dodanie profilu mozilli. --- diff --git a/files/mozilla.tgz b/files/mozilla.tgz new file mode 100644 index 0000000..cecb69e Binary files /dev/null and b/files/mozilla.tgz differ diff --git a/versions/base.sh b/versions/base.sh index 6aa7db9..5334557 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; @@ -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;