From: xf0r3m Date: Tue, 17 Mar 2026 19:58:23 +0000 (+0100) Subject: Zmiana dowiazania symbolicznego dla narzędzia immudex-motd. Poprawienie ścieżki dla... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=776283b3bae5aa75830558b970d24b0c2581efb2;p=X270.git Zmiana dowiazania symbolicznego dla narzędzia immudex-motd. Poprawienie ścieżki dla panelu XFCE. Usunięcie aliasów dotyczących teamviewera. --- 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;