Skip to content

Commit

Permalink
Android - packages: Add hexedit
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Dec 28, 2024
1 parent c343b2b commit 3ba97a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android_13/packages_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ APT_PACKAGES+=(nodejs ruby) # JavaScript & Ruby
APT_PACKAGES+=(neovim helix) # code editors
# utils - TODO organize
APT_PACKAGES+=(cppcheck iwyu shfmt shellcheck) # static analyzers
APT_PACKAGES+=(valgrind doxygen binutils) # other coding tools
APT_PACKAGES+=(valgrind doxygen binutils hexedit) # other coding tools
APT_PACKAGES+=(zsh fish tmux tree dust onefetch procs 7zip) # shells and commands
APT_PACKAGES+=(tokei fd gh git htop bat exa jq man neofetch openssh ripgrep fzf)
APT_PACKAGES+=(imagemagick)
Expand Down

0 comments on commit 3ba97a7

Please sign in to comment.