diff options
author | Malfurious <m@lfurio.us> | 2021-11-11 10:02:06 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-11-11 10:02:06 -0500 |
commit | fc6a6d052f841fa752da7cccf62a30b9f51e3197 (patch) | |
tree | d5f82d158638d521c55c254d657112120dd6eacc | |
parent | 364cbe67ae5f64cadb6a45b2d7e3ecf4b53cae11 (diff) | |
download | rice-fc6a6d052f841fa752da7cccf62a30b9f51e3197.tar.gz rice-fc6a6d052f841fa752da7cccf62a30b9f51e3197.zip |
Require man pages, curl, wget packages
-rwxr-xr-x | rice/require_arch.pkg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rice/require_arch.pkg b/rice/require_arch.pkg index 56d7e2a..f008eb8 100755 --- a/rice/require_arch.pkg +++ b/rice/require_arch.pkg @@ -7,6 +7,7 @@ base base-devel linux linux-firmware pacman-contrib dhcpcd polkit vi +man-pages man-db # Graphics xorg-server xorg-xinit xorg-xrandr xorg-xsetroot picom @@ -26,4 +27,5 @@ acpi htop tree gnu-netcat +curl wget screenfetch |