update package installation script for fedora

This commit is contained in:
Simon Rieger 2025-05-26 10:35:52 +02:00
parent d16a30e790
commit c3f2299524

4
executable_install-fedora.sh Executable file → Normal file
View file

@ -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"