From 3334a16a9235e9331c3fb23ded4923b86db80f36 Mon Sep 17 00:00:00 2001 From: julien Date: Fri, 12 Sep 2025 10:28:24 +0200 Subject: [PATCH] added some missing software belong xfce --- post-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/post-install.sh b/post-install.sh index 6ec0d8c..198919d 100755 --- a/post-install.sh +++ b/post-install.sh @@ -93,6 +93,9 @@ if [[ $desktop_or_server = desktop ]]; then cp -r etc/skel/.config /etc/skel # XDM Slackware theme sboinstall -r slackware-xdm-theme + # Additional softwares + sboinstall -r ristretto + sboinstall -r thunar-archive-plugin fi # Server configuration