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 )