Unable to update cockpit-zfs-manager

Hi all,
I am currently running Cockpit-zfs-manager v1.3.0 and i cannot for the life of me work out updating to v1.3.1.

I thought i would just be able to cd into the directory, do a git pull and restart cockpit but this hasnt worked.

Is anyone able to help me with some commands / guidance on updating the zfs manager please?

I am running on Ubuntu 24.02
Thanks in advance.
Geoff

Best answer provided by @Hutch-45Drives, so I deleted my post.

Hi Everyone,

To update to the latest version of Cockpit ZFS Manager, you can run:

dnf upgrade cockpit-zfs-manager

After the upgrade, restart Cockpit to apply the changes:

systemctl restart cockpit

If you’re looking for the 45Drives ZFS Manager, note that it uses a different package name. To install the new UI:

  1. Remove the old UI:
dnf remove cockpit-zfs-manager
  1. Install the new UI:
dnf install cockpit-zfs
  1. Restart Cockpit to see the updated 45Drives ZFS page:
systemctl restart cockpit

Please let me know if you run into any issues or have any questions during the update.