From: xf0r3m Date: Thu, 19 Mar 2026 08:19:32 +0000 (+0100) Subject: b2.4 - dodanie predefiniowanego profilu przeglądarki librewolf. Próba usunięcia autos... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=53d4640c7fc2aa5b8dd71075c5b169ac3278def8;p=X270.git b2.4 - dodanie predefiniowanego profilu przeglądarki librewolf. Próba usunięcia autostartu Nextcloud-a. --- 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}');