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.


Tags

  1. #linux
  2. #shell