From 776283b3bae5aa75830558b970d24b0c2581efb2 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Tue, 17 Mar 2026 20:58:23 +0100 Subject: [PATCH] =?utf8?q?Zmiana=20dowiazania=20symbolicznego=20dla=20narz?= =?utf8?q?=C4=99dzia=20immudex-motd.=20Poprawienie=20=C5=9Bcie=C5=BCki=20d?= =?utf8?q?la=20panelu=20XFCE.=20Usuni=C4=99cie=20alias=C3=B3w=20dotycz?= =?utf8?q?=C4=85cych=20teamviewera.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- base.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/base.sh b/base.sh index 6a37311..c78dd95 100644 --- a/base.sh +++ b/base.sh @@ -112,7 +112,7 @@ echo "deb [signed-by=/usr/share/keyrings/morketsmerke-keyring.asc] http://ftp.mo apt update apt install immudex-tools -y -ln -s /usr/bin/immudex-motd /usr/bin/immudex-motd2; +ln -s /usr/bin/immudex-motd /usr/local/bin/immudex-motd2; cp -rvv ~/immudex/files/libreoffice /etc/skel/.config; cp -vv ~/immudex/files/firejail.config /etc/firejail; @@ -132,7 +132,7 @@ fi cp -vv ~/immudex/launchers/*.desktop /usr/share/applications; cp -vv ~/immudex/files/whiskermenu-1.rc /etc/skel/.config/xfce4/panel/whiskermenu-1.rc; cp -vv ~/X270/pointers.xml /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml -cp -vv ~/X270/xfce4-panel.xml /etc/skel/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +cp -vv ~/X270/xfce4-panel.xml /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml cp -vv ~/immudex/files/immudex_hostname.service /etc/systemd/system; @@ -152,8 +152,6 @@ EOL echo "alias immudex-chhome='export HOME=\$(pwd)'" >> /etc/bash.bashrc; echo "alias immudex-changelogs='immudex-upgrade --check --print'" >> /etc/bash.bashrc; echo "alias immudex-version='cat /run/live/medium/live/changelog'" >> /etc/bash.bashrc; -echo "alias teamviewer_prepare='sudo sed -i '/^xf0r3m/s,/home/xf0r3m,/ic0,' /etc/passwd'" >> /etc/bash.bashrc; -echo "alias teamviewer_restore='sudo sed -i '/^xf0r3m/s,/ic0,/home/xf0r3m,' /etc/passwd'" >> /etc/bash.bashrc; chmod u+s /usr/bin/ping; -- 2.39.5