diff options
author | Leah Rowe <leah@libreboot.org> | 2025-01-04 00:59:33 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-01-04 00:59:33 +0000 |
commit | 4b51787d0781c59798cb6b636a61445b2ae5ea34 (patch) | |
tree | f51ebbcd2b8481090b57a67ff5dd31f782e37f85 /config/dependencies/arch | |
parent | 8bd028ec15325c633c5066b5dfbbd2794d2abc3c (diff) |
add less to arch dependencies
probably not actually needed, but it annoys me that it doesn't
come installed by default, and it's needed for certain git
operations
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/dependencies/arch')
-rw-r--r-- | config/dependencies/arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dependencies/arch b/config/dependencies/arch index ff20ecd8..8278486b 100644 --- a/config/dependencies/arch +++ b/config/dependencies/arch @@ -6,7 +6,7 @@ acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \ autogen base-devel bison cmake curl device-mapper doxygen \ dtc e2fsprogs flex freetype2 fuse2 gawk gcc-ada gdb gettext git \ help2man innoextract libftdi libgpiod libjaylink libpciaccess libusb nasm \ -ncurses openssl p7zip ccache \ +ncurses openssl p7zip ccache less \ pandoc parted pciutils perl perl-libwww python python-setuptools rsync \ sharutils subversion swig texinfo ttf-dejavu unarchiver unzip wget xz zlib mtools \ " |