From 53d4640c7fc2aa5b8dd71075c5b169ac3278def8 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Thu, 19 Mar 2026 09:19:32 +0100 Subject: [PATCH] =?utf8?q?b2.4=20-=20dodanie=20predefiniowanego=20profilu?= =?utf8?q?=20przegl=C4=85darki=20librewolf.=20Pr=C3=B3ba=20usuni=C4=99cia?= =?utf8?q?=20autostartu=20Nextcloud-a.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- base.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base.sh b/base.sh index 4caf89d..fd1ab38 100644 --- a/base.sh +++ b/base.sh @@ -141,6 +141,9 @@ cp -vv ~/immudex/launchers/16844254192.desktop /etc/skel/.config/xfce4/panel/lau tar -xzvf ~/immudex/files/mozilla.tgz -C /etc/skel; +wget https://ftp.morketsmerke.org/librewolf/librewolf.tgz -O /tmp/librewolf.tgz; +tar -xzvf /tmp/librewolf.tgz -C /etc/skel; + #systemctl enable immudex_hostname.service; cat >> /etc/bash.bashrc << EOL @@ -175,6 +178,9 @@ chown -R ${username}:${username} /home/${username}; passwd $username; usermod -aG sudo $username; +if [ -f /home/${username}/.config/autostart/Nextcloud.desktop ]; then + rm /home/${username}/.config/autostart/Nextcloud.desktop; +fi dd if=/dev/random bs=1M of=random count=1; rootPassword=$(md5sum random | awk '{printf $1}'); -- 2.39.5