From 3ad577fe019389430cd58efc33da7af519cda467 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 23 Feb 2025 20:48:42 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d03a307..9860b44 100644 --- a/README.md +++ b/README.md @@ -436,11 +436,11 @@ ExecStart=/usr/bin/certbot renew --quiet --agree-tos --deploy-hook "docker exec ## Upgrading ### Linux -1. Remove zfs-linux `yay -Rns zfs-linux` +1. Remove zfs-linux `yay -Rns zfs-linux-lts` 2. Upgrade all packages `yay` -3. Clone the zfs-linux repository `git clone https://aur.archlinux.org/zfs-linux.git` +3. Clone the zfs-linux repository `git clone https://aur.archlinux.org/zfs-linux-lts.git` 4. Update the dependencies to match Linux version inside `PKGBUILD` -5. Install zfs-linux `cd zfs-linux` `makepkg -si` +5. Install zfs-linux `cd zfs-linux-lts` `makepkg -si` > You might need to make sure you have the correct `zfs-utils` installed.