diff options
author | fuel-pcbox <mszoopers@protonmail.com> | 2024-06-07 13:02:40 -0500 |
---|---|---|
committer | fuel-pcbox <mszoopers@protonmail.com> | 2024-06-07 13:02:40 -0500 |
commit | 046007b466c4318e75c6f056a10801313a2f20bd (patch) | |
tree | 742805489fec3c269e4025ba570cae0c5beae53f /config/dependencies/ubuntu2404 | |
parent | 05d301bdeeacc6bdf55a6db1ca4e55c495315606 (diff) |
Add dependency scripts for Fedora 40 and Ubuntu 24.04
Diffstat (limited to 'config/dependencies/ubuntu2404')
-rwxr-xr-x | config/dependencies/ubuntu2404 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/dependencies/ubuntu2404 b/config/dependencies/ubuntu2404 new file mode 100755 index 00000000..7f91ed05 --- /dev/null +++ b/config/dependencies/ubuntu2404 @@ -0,0 +1,14 @@ +pkg_add="apt-get -y install" +pkglist=" \ +autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \ +bison build-essential cmake curl device-tree-compiler doxygen e2fsprogs efitools \ +flex gawk gcc-arm-linux-gnueabi gcc-arm-none-eabi gdb gettext git gnat help2man \ +innoextract libdevmapper-dev libfdt-dev libfont-freetype-perl libfreetype6-dev \ +libftdi-dev libfuse-dev libgnutls28-dev liblz4-tool liblzma-dev libncurses5-dev \ +libncurses-dev libnewlib-arm-none-eabi libopts25 libopts25-dev libpci-dev \ +libpython3-dev libsdl2-dev libselinux1-dev libssl-dev libtool libusb-1.0-0 \ +libusb-1.0-0-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted \ +pciutils perl pkg-config python3 python3-pkg-resources python3-pycryptodome \ +python3-pyelftools python3-setuptools python-is-python3 sharutils swig \ +fonts-unifont unar unifont unzip uuid-dev wget zlib1g-dev \ +" |