diff options
| author | Matt Hunter <m@lfurio.us> | 2026-01-26 05:15:26 -0500 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-01-26 05:15:26 -0500 |
| commit | 6761dc3070761ba99db7abdc601bbc7e0a02ebcf (patch) | |
| tree | 6578985b4ecac594a4216e9b9adce8364f8fc316 /rice/install_pkgs.sh | |
| parent | d632ce70a453138c7f365d24f94a7e2fd6b9b6e2 (diff) | |
| download | rice-archlinux.tar.gz rice-archlinux.zip | |
Also add xxd to the list of packages, as it's referenced in the new
config files. This is actually an overdue addition to the list anyway,
but as there is no package by that name on arch (it's provided by vim),
comment it out. It's inclusion in the list should make it more obvious
to other branches that may need to uncomment it.
Diffstat (limited to 'rice/install_pkgs.sh')
| -rwxr-xr-x | rice/install_pkgs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rice/install_pkgs.sh b/rice/install_pkgs.sh index a1f1f32..4b18f13 100755 --- a/rice/install_pkgs.sh +++ b/rice/install_pkgs.sh @@ -5,6 +5,7 @@ exit # user acpi +aerc alsa-utils curl feh @@ -26,6 +27,7 @@ unclutter unzip vim wget +#xxd # Xorg libxcb |
