mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-03 07:47:20 +08:00
3 lines
90 B
Bash
3 lines
90 B
Bash
echo "Changing shell to bash"
|
|
sudo chsh -s /bin/bash $USERNAME
|
|
sudo chsh -s /bin/bash root |