From 145a90301a2ca1b9976fb1c31f92e359aafda305 Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Wed, 11 Feb 2026 11:18:51 +0100 Subject: [PATCH] chore: add a xmlstarlet command to disable show tip of the day --- dyn-com-install.sh | 2 ++ install.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dyn-com-install.sh b/dyn-com-install.sh index 6c8b650..710c5b9 100755 --- a/dyn-com-install.sh +++ b/dyn-com-install.sh @@ -64,6 +64,8 @@ chown -Rv \${userland_name}:\${userland_name} /opt/\${program_name} su \${userland_name} -c "systemctl --user daemon-reload" +xmlstarlet ed -L -u "//prop[@oor:name='ShowTipOfTheDay']/value" -v "false" main.xcd + echo "Self-destruction NOW!" rm \$(pwd)/\$0 EOF \ No newline at end of file diff --git a/install.sh b/install.sh index 721f5b6..55dc2c1 100644 --- a/install.sh +++ b/install.sh @@ -221,5 +221,7 @@ chown -Rv ${userland_name}:${userland_name} /opt/${program_name} su ${userland_name} -c "systemctl --user daemon-reload" +xmlstarlet ed -L -u "//prop[@oor:name='ShowTipOfTheDay']/value" -v "false" main.xcd + echo "Self-destruction NOW!" rm $(pwd)/$0