From bd8902736dda7fd71acec4b95da21ee83d29105e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 19 Jan 2026 08:49:10 -0600 Subject: Add fzf to target system packages Required for zfsrollback interactive snapshot selection to work on freshly installed systems before archsetup runs. --- custom/install-archzfs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'custom/install-archzfs') diff --git a/custom/install-archzfs b/custom/install-archzfs index a062805..5752b98 100755 --- a/custom/install-archzfs +++ b/custom/install-archzfs @@ -908,7 +908,8 @@ EOF zsh \ nodejs \ npm \ - ttf-dejavu + ttf-dejavu \ + fzf info "Base system installed." } -- cgit v1.2.3