From a150f86eee65a08308786dc97a70a0cac7eddbac Mon Sep 17 00:00:00 2001 From: Deekshith N Date: Sat, 4 Oct 2025 00:16:10 +0530 Subject: [PATCH] fix(update-notifier): use correct package name dnf5-plugin-automatic --- README.md | 4 ++-- install-scripts/update-notifier.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e722e7..12aa6ff 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/install-scripts/update-notifier.sh b/install-scripts/update-notifier.sh index c1b42ef..e328926 100644 --- a/install-scripts/update-notifier.sh +++ b/install-scripts/update-notifier.sh @@ -3,7 +3,7 @@ # Package Update Notifier # update=( - dnf-automatic + dnf5-plugin-automatic libnotify )