From c3f22995243e7a5177742acfa067866a6880ca71 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Mon, 26 May 2025 10:35:52 +0200 Subject: [PATCH] update package installation script for fedora --- executable_install-fedora.sh | 4 ---- 1 file changed, 4 deletions(-) mode change 100755 => 100644 executable_install-fedora.sh 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"