Skip to content

Commit

Permalink
packages: Add missing packages
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Siqueira <[email protected]>
  • Loading branch information
rodrigosiqueira committed Jan 8, 2023
1 parent 130c890 commit df44a97
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,28 @@ declare -a debian_packages=(
'libssl-dev'
'libncurses-dev'
'dwarves'
'clang'
'lld'
'llvm'
#'inetutils'
'bc'
'libelf-dev'
'cpio'
'perl'
'tar'
'xz-utils'
# Ruby
'gawk'
'autoconf'
'automake'
'libgdbm-dev'
'libncurses5-dev'
'libsqlite3-dev'
'libtool'
'libyaml-dev'
'libgmp-dev'
'libreadline6-dev'
'cmake'
)

install_packages "${TARGET_DISTRO}"_packages "${PACKAGE_MANAGER}"

0 comments on commit df44a97

Please sign in to comment.