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.