diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-19 08:49:10 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-19 08:49:10 -0600 |
| commit | bd8902736dda7fd71acec4b95da21ee83d29105e (patch) | |
| tree | a3e4bdeca3c815a3e0aca4a37403b37f97c9d34e | |
| parent | da3e568d6554458e03cb3d9eee5a820b7e970bab (diff) | |
| download | archangel-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.
| -rwxr-xr-x | custom/install-archzfs | 3 |
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." } |
