Change Default Shell
After installed ubuntu with linux deploy on android, the default shell is set to sh. We can change the default shell to bash with following command:
chsh -s /bin/bash
Log out and then log in, the default shell is changed.
- #linux
- #shell