zsh: command not found / bash: command not found

termux

este error se genera por que no instalaste la shell correspondiente

Solución:

pkg install zsh
# o
pkg install bash

Last updated