aboutsummaryrefslogtreecommitdiff
path: root/custom/install-archzfs
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-19 08:49:10 -0600
committerCraig Jennings <c@cjennings.net>2026-01-19 08:49:10 -0600
commitbd8902736dda7fd71acec4b95da21ee83d29105e (patch)
treea3e4bdeca3c815a3e0aca4a37403b37f97c9d34e /custom/install-archzfs
parentda3e568d6554458e03cb3d9eee5a820b7e970bab (diff)
downloadarchangel-bd8902736dda7fd71acec4b95da21ee83d29105e.tar.gz
archangel-bd8902736dda7fd71acec4b95da21ee83d29105e.zip
Add fzf to target system packages
Required for zfsrollback interactive snapshot selection to work on freshly installed systems before archsetup runs.
Diffstat (limited to 'custom/install-archzfs')
-rwxr-xr-xcustom/install-archzfs3
1 files changed, 2 insertions, 1 deletions
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."
}