From 1f29da276e39e51bf0aa91884f11df7e7c6ba941 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sun, 3 Dec 2023 16:21:58 +0100 Subject: [PATCH] added update-ray to update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8b60782..c009b2d8 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Covers automated updates and maintenance for the system and its components, incl - **[update-apt](./roles/update-apt/)**: Updates system packages using apt (for Debian-based systems). - **[update-docker](./roles/update-docker/)**: Keeps Docker containers up to date. - **[update-pacman](./roles/update-pacman/)**: Updates system packages using Pacman (for Arch-based systems). +- **[update-yay](./roles/update-yay/)**: Updates system packages using yay. ### Driver Deals with the installation and configuration of various hardware drivers, catering to a range of devices and needs.