mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-17 15:28:16 +00: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 |