Skip to content

Commit

Permalink
Need to install binutils on Termux for the ar command.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed May 5, 2024
1 parent 9c49764 commit 0654d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ronin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ function install_dependencies()
{
case "$package_manager" in
dnf|yum)libraries=(libyaml-devel git zip) ;;
termux) libraries=(libxml2 libxslt git zip) ;;
termux) libraries=(binutils libxml2 libxslt git zip) ;;
*) libraries=(git zip) ;;
esac

Expand Down

0 comments on commit 0654d2f

Please sign in to comment.