update package installation script for fedora
This commit is contained in:
parent
d16a30e790
commit
c3f2299524
1 changed files with 0 additions and 4 deletions
4
executable_install-fedora.sh
Executable file → Normal file
4
executable_install-fedora.sh
Executable file → Normal file
|
@ -78,10 +78,6 @@ hyprpm_update_plugin() {
|
||||||
fi
|
fi
|
||||||
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
|
# Aktivierung und Neustart
|
||||||
hyprpm enable "$PLUGIN_NAME" && {
|
hyprpm enable "$PLUGIN_NAME" && {
|
||||||
echo "✅ $PLUGIN_NAME aktiviert"
|
echo "✅ $PLUGIN_NAME aktiviert"
|
||||||
|
|
Loading…
Add table
Reference in a new issue