Update README.md

This commit is contained in:
2025-02-23 20:48:42 +00:00
parent ea13054fed
commit 3ad577fe01

View File

@@ -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.