#!/bin/bash
set -euo pipefail
source "$(dirname "${BASH_SOURCE[0]}")/../lib/logging.sh"
log "Installing ZFS kernel module (AUR)..."
yay -S --answerdiff None --answerclean All --noconfirm zfs-dkms
log "ZFS installed."