diff --git a/executable_install-fedora.sh b/executable_install-fedora.sh old mode 100755 new mode 100644 index ee93d48..5961308 --- a/executable_install-fedora.sh +++ b/executable_install-fedora.sh @@ -78,10 +78,6 @@ hyprpm_update_plugin() { fi fi - # Plugin-Installation mit stderr/sdout-Silencing - echo "Installiere $PLUGIN_NAME..." - hyprpm install "$PLUGIN_NAME" >/dev/null 2>&1 || echo "ℹ️ Plugin bereits installiert" - # Aktivierung und Neustart hyprpm enable "$PLUGIN_NAME" && { echo "✅ $PLUGIN_NAME aktiviert"