Skip to content

Commit

Permalink
Add some more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed Oct 7, 2023
1 parent db284ca commit 731cd62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config
4 changes: 2 additions & 2 deletions scripts/sh/install_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi

# build tools
PACKAGES+=(cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential)
PACKAGES+=(libstdc++-arm-none-eabi-newlib mold)
PACKAGES+=(libstdc++-arm-none-eabi-newlib mold gcc-12 g++-12)

# gnu
PACKAGES+=(autoconf automake texinfo flex bison help2man gawk libtool-bin)
Expand All @@ -23,7 +23,7 @@ PACKAGES+=(device-tree-compiler pkgconf libncurses-dev)


# gdb and other dev tooling
PACKAGES+=(gdb-multiarch lcov clang clang-format)
PACKAGES+=(gdb-multiarch lcov clang clang-15 clang-format clang-format-15)

# utilities
PACKAGES+=(tmux ack htop mtools shellcheck tree)
Expand Down

0 comments on commit 731cd62

Please sign in to comment.