install xfce4-panel-profiles only if needed

This commit is contained in:
2026-02-22 17:33:57 +01:00
parent f7a75eaa46
commit 53feda842a
@@ -61,8 +61,6 @@ echo "
sudo apt-get update
# needed by script to unzip Aptos font
sudo apt install unzip -y
# needed by script to install panel config
sudo apt install xfce4-panel-profiles -y
sSuffixDate=$(date '+%Y-%m-%d_%H:%M:%S')
@@ -249,6 +247,7 @@ echo "Ein Abmelden und Wiederanmelden des Benutzers oder ein Reboot behebt das P
echo
if question_answered_with_yes " ### Änderungen am Panel durchführen? ###"; then
echo "### ###"
sudo apt install xfce4-panel-profiles -y
echo "## Austausch der Panel-Konfigurationsdatei:"
xfce4-panel-profiles load xfce4-panel-profiles.tar.bz2
fi