fix(update-notifier): use correct package name dnf5-plugin-automatic

This commit is contained in:
Deekshith N
2025-10-04 00:16:10 +05:30
parent 248393383e
commit a150f86eee
2 changed files with 3 additions and 3 deletions

View File

@@ -182,12 +182,12 @@ source ~/.zshrc
- Manage: `systemctl --user status|start|stop temp-monitor`
- `./install-scripts/update-notifier.sh`
- Installs: `dnf-automatic`, `libnotify`
- Installs: `dnf5-plugin-automatic`, `libnotify`
- Creates: `~/.config/hypr/scripts/update-notifier.sh`, user service `update-notifier.service`, and `update-notifier.timer`
- Timer: checks for updates every 6 hours after boot
- Manage: `systemctl --user status update-notifier.timer` (enable/disable/start/stop)
> Packages above are installed by the respective installer scripts; no manual action is required. If you prefer package pre-install via the main package list, ensure `acpi`, `lm_sensors`, `dnf-automatic`, and `libnotify` are present in your setup.
> Packages above are installed by the respective installer scripts; no manual action is required. If you prefer package pre-install via the main package list, ensure `acpi`, `lm_sensors`, `dnf5-plugin-automatic`, and `libnotify` are present in your setup.
#### 🛣️ Roadmap:
- [ ] possibly adding gruvbox themes, cursors, icons

View File

@@ -3,7 +3,7 @@
# Package Update Notifier #
update=(
dnf-automatic
dnf5-plugin-automatic
libnotify
)