]> gitweb.morketsmerke.org Git - X270.git/commitdiff
Zmiana dowiazania symbolicznego dla narzędzia immudex-motd. Poprawienie ścieżki dla...
authorxf0r3m <jakubstasinski@protonmail.com>
Tue, 17 Mar 2026 19:58:23 +0000 (20:58 +0100)
committerxf0r3m <jakubstasinski@protonmail.com>
Tue, 17 Mar 2026 19:58:23 +0000 (20:58 +0100)
base.sh

diff --git a/base.sh b/base.sh
index 6a373114902383b6710be77d567f71adacfc6807..c78dd95999737341a223269b05b31c57912c4955 100644 (file)
--- 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;